testing/refoco: new aport

Shell script for downloading and viewing RFC documents
https://codeberg.org/grisha/refoco
This commit is contained in:
Grigory Kirillov 2022-06-10 10:46:41 +03:00 committed by alice
parent 1ee3b6ab33
commit 6ca5788afd

20
testing/refoco/APKBUILD Normal file
View File

@ -0,0 +1,20 @@
# 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
"