~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] testing/sfeed: new aport

Miles Alan <m@milesalan.com>
Details
Message ID
<20200530025515.6258-1-m@milesalan.com>
DKIM signature
missing
Download raw message
Patch: +20 -0
https://www.codemadness.org/sfeed.html
RSS and Atom feed fetcher
---
 testing/sfeed/APKBUILD | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 testing/sfeed/APKBUILD

diff --git a/testing/sfeed/APKBUILD b/testing/sfeed/APKBUILD
new file mode 100644
index 00000000..51aa9017
--- /dev/null
+++ b/testing/sfeed/APKBUILD
@@ -0,0 +1,20 @@
# Maintainer: Miles Alan <m@milesalan.com>
pkgname=sfeed
pkgver=0.9.17
pkgrel=0
pkgdesc="RSS and Atom feed fetcher"
url="https://www.codemadness.org/sfeed.html"
arch="all"
license="ISC"
options="!check" # No tests exist
subpackages="$pkgname-doc"
source="https://codemadness.org/releases/sfeed/sfeed-$pkgver.tar.gz"

package() {
	make PREFIX=$pkgdir install
	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
	install -Dm644 *.1 -t "$pkgdir"/usr/share/man/man1/
	install -Dm644 *.5 -t "$pkgdir"/usr/share/man/man5/
}

sha512sums="47726b9ad15c546751a8478f7d72fea3fd8b8e24d82c86ea17c6234ab2e489f0b54471fb11c8cb09f36688d814bb72f27b5e487aaaa2a97d0cb88348106c0b6d  sfeed-0.9.17.tar.gz"
-- 
2.26.2
Reply to thread Export thread (mbox)