From 6ca5788afd2d712bf816be70fb65ffbcfae86e8b Mon Sep 17 00:00:00 2001 From: Grigory Kirillov Date: Fri, 10 Jun 2022 10:46:41 +0300 Subject: [PATCH] testing/refoco: new aport Shell script for downloading and viewing RFC documents https://codeberg.org/grisha/refoco --- testing/refoco/APKBUILD | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testing/refoco/APKBUILD diff --git a/testing/refoco/APKBUILD b/testing/refoco/APKBUILD new file mode 100644 index 00000000000..c25fa39e92b --- /dev/null +++ b/testing/refoco/APKBUILD @@ -0,0 +1,20 @@ +# Contributor: Grigory Kirillov +# Maintainer: Grigory Kirillov +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 +"