~alpine/aports

testing/sfeed: new aport v1 APPLIED

Miles Alan: 1
 testing/sfeed: new aport

 1 files changed, 20 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3331/mbox | git am -3
Learn more about email & git

[PATCH] testing/sfeed: new aport Export this patch

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