aports/testing/sacc/APKBUILD
Sascha Paunovic 942b9b381e testing/sacc: clean up
Removed the unportable `make -C`, also removed the unneeded `install`
directive, as make install takes care of installing the man page.
2018-06-02 09:41:09 +00:00

26 lines
675 B
Plaintext

# Contributor: Sascha Paunovic <azarus@posteo.net>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=sacc
pkgver=1.00
pkgrel=1
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() {
cd "$builddir"
make
}
package() {
cd "$builddir"
make install PREFIX=/usr DESTDIR="$pkgdir"
}
sha512sums="9bc45264246f1b3fbc54b621963d8eeec6dd45b3c0e3a329e0755189b69fdafd385689f75bc2ec2ff85960d96cf7bba9816e6dc1aa43c5750d093719806dc2c2 sacc-v1.00.tgz"