mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
35 lines
844 B
Text
35 lines
844 B
Text
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
|
pkgname=himitsu-ssh
|
|
pkgver=0.2
|
|
pkgrel=0
|
|
pkgdesc="SSH integration for Himitsu"
|
|
url="https://himitsustore.org"
|
|
arch="x86_64 aarch64" # Hare
|
|
license="GPL-3.0-only"
|
|
depends="himitsu"
|
|
makedepends="hare scdoc hare-ssh himitsu-dev"
|
|
subpackages="$pkgname-doc"
|
|
source="
|
|
$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/himitsu-ssh/archive/$pkgver.tar.gz
|
|
"
|
|
|
|
# ld: unrecognized option '-Wl,--as-needed,-O1,--sort-common'
|
|
# ld: use the --help option for usage information
|
|
# Error: ld: exited with status 1
|
|
unset LDFLAGS
|
|
|
|
build() {
|
|
make -j1 PREFIX=/usr
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" PREFIX=/usr install
|
|
}
|
|
|
|
sha512sums="
|
|
fb6d9cef89729991e93dc826139db42900540a9b45b3d45165092d1589a55c19b9e853d5ebb88248c872aa5ef6f62ef79bbbabba7232df7d0aa2a30bbe8f6ea6 himitsu-ssh-0.2.tar.gz
|
|
"
|