testing/sacc: new aport

gopher://bitreich.org/1/scm/sacc
saccomys, simple console gopher client
This commit is contained in:
Sascha Paunovic 2018-05-08 00:18:19 +02:00 committed by Jakub Jirutka
parent 5475af3cde
commit fd1c62aa23

26
testing/sacc/APKBUILD Normal file
View File

@ -0,0 +1,26 @@
# Contributor: Sascha Paunovic <azarus@posteo.net>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=sacc
pkgver=1.00
pkgrel=0
pkgdesc="saccomys, simple console gopher client"
url="gopher://bitreich.org/1/scm/sacc"
arch="all"
license="ISC"
makedepends="ncurses-dev"
subpackages="$pkgname-doc"
source="ftp://bitreich.org/releases/$pkgname/$pkgname-v$pkgver.tgz"
builddir="$srcdir/$pkgname-v$pkgver"
build() {
make -C "$builddir"
}
package() {
cd "$builddir"
make install PREFIX=/usr DESTDIR="$pkgdir"
install -Dm644 $pkgname.1 "$pkgdir"/usr/share/man/man1/$pkgname.1
}
sha512sums="9bc45264246f1b3fbc54b621963d8eeec6dd45b3c0e3a329e0755189b69fdafd385689f75bc2ec2ff85960d96cf7bba9816e6dc1aa43c5750d093719806dc2c2 sacc-v1.00.tgz"