aports/testing/blip/APKBUILD
Nicola Worthington 2514f20ef8 testing/blip: new aport
https://github.com/neechbear/blip
Bash Library for Indolent Programmers
2019-06-14 11:50:03 -03:00

23 lines
665 B
Text

# Contributor: Nicola Worthington <nicolaw@tfb.net>
# Maintainer: Nicola Worthington <nicolaw@tfb.net>
pkgname=blip
pkgver=0.10
pkgrel=0
pkgdesc="Bash Library for Indolent Programmers"
options="!check" # 2 Tests fail
url="https://nicolaw.uk/blip"
arch="noarch"
license="MIT"
depends="bash bc grep"
subpackages="$pkgname-doc"
source="https://github.com/neechbear/blip/releases/download/v${pkgver}/blip-${pkgver}.tar.gz"
check() {
make test
}
package() {
make install prefix="/usr" DESTDIR="$pkgdir"
}
sha512sums="59a414d3ae8008bdde5b54a9789014781201381970e0288030a2b86709a43d81367c9c78bffb989af04c138dcfaa045d7e840d3f69ff71ac605c06d2e7da290a blip-0.10.tar.gz"