mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/sshign: new aport
This commit is contained in:
parent
ef5806667f
commit
6eff1783cd
21
testing/sshign/APKBUILD
Normal file
21
testing/sshign/APKBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||
pkgname=sshign
|
||||
pkgver=0.1.0
|
||||
pkgrel=0
|
||||
pkgdesc="Small program to sign & verify files with your SSH key"
|
||||
url="https://git.sr.ht/~minus/sshign"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="go"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~minus/sshign/archive/$pkgver.tar.gz"
|
||||
options="!check" # No upstream tests
|
||||
|
||||
build() {
|
||||
make PREFIX=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
make install PREFIX=/usr DESTDIR="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="284b56f7420fbf8a0a96fcb8456b28d9ed759320d1b3bc8c06f96211f535817fcc54a7a925807fe845b28e5294a76305fb15f566659eef1e8a2f70e51bb6fe2f sshign-0.1.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user