testing/sfeed: remove docs from main package

This commit is contained in:
Dekedro 2020-07-07 14:26:53 +00:00 committed by Leo
parent de08c9ba05
commit 3565d0cecb

View File

@ -1,7 +1,7 @@
# Maintainer: Miles Alan <m@milesalan.com>
pkgname=sfeed
pkgver=0.9.17
pkgrel=0
pkgrel=1
pkgdesc="RSS and Atom feed fetcher"
url="https://www.codemadness.org/sfeed.html"
arch="all"
@ -15,9 +15,7 @@ build() {
}
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
install -Dm644 ./*.1 -t "$pkgdir"/usr/share/man/man1/
install -Dm644 ./*.5 -t "$pkgdir"/usr/share/man/man5/
make MANPREFIX=/usr/share/man PREFIX=/usr DESTDIR="$pkgdir" install
}
sha512sums="47726b9ad15c546751a8478f7d72fea3fd8b8e24d82c86ea17c6234ab2e489f0b54471fb11c8cb09f36688d814bb72f27b5e487aaaa2a97d0cb88348106c0b6d sfeed-0.9.17.tar.gz"