aports/testing/refoco/APKBUILD
Grigory Kirillov 6ca5788afd testing/refoco: new aport
Shell script for downloading and viewing RFC documents
https://codeberg.org/grisha/refoco
2022-06-10 08:29:55 +00:00

21 lines
635 B
Plaintext

# Contributor: Grigory Kirillov <txgk@bk.ru>
# Maintainer: Grigory Kirillov <txgk@bk.ru>
pkgname=refoco
pkgver=0.1
pkgrel=0
pkgdesc="Shell script for downloading and viewing RFC documents"
url="https://codeberg.org/grisha/refoco"
arch="noarch"
license="0BSD"
options="!check" # no test suite
source="$pkgname-$pkgver.tar.gz::https://codeberg.org/grisha/refoco/archive/$pkgver.tar.gz"
builddir="$srcdir/$pkgname"
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
sha512sums="
b9771882cf57c1e4ea9c54598e1d12b016c0d4c0a96e6929f29817153a30148d1649b5f180c2439b5e40ff43b46db7853ff58ebfcc9860326683a18a4cac5a20 refoco-0.1.tar.gz
"