net-news/sfeed: New package

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-07-18 12:50:10 +02:00
parent fa3e5f723e
commit afe873b407
4 changed files with 61 additions and 0 deletions

1
net-news/sfeed/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST sfeed-0.9.18.tar.gz 34832 BLAKE2B 35e21d0bf715cb5bc250f03452b821aadae027bc0134e04139f0eefa1d52c379ff9f0b12a968f5f31930291d72f864bb52a8693e03f40c3008b9078669ec55e4 SHA512 993b588d93c5db0867497e32518d30dc4a309ef69ef9ddeeb4127924399380d6e6c9d7e45ebd56a57f6020a6f71a6782a563759c5bd00e22dea00e3ecb180762

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,26 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="simple RSS and Atom parser"
HOMEPAGE="https://www.codemadness.org/sfeed.html"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.codemadness.org/sfeed"
else
SRC_URI="https://www.codemadness.org/releases/sfeed/sfeed-0.9.18.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="ISC"
SLOT="0"
src_install() {
DESTDIR="${D}" \
emake install \
PREFIX="/usr" \
MANPREFIX="/usr/share/man" \
DOCPREFIX="/usr/share/doc/${P}"
einstalldocs
}

View File

@@ -0,0 +1,26 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="simple RSS and Atom parser"
HOMEPAGE="https://www.codemadness.org/sfeed.html"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.codemadness.org/sfeed"
else
SRC_URI="https://www.codemadness.org/releases/sfeed/sfeed-0.9.18.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="ISC"
SLOT="0"
src_install() {
DESTDIR="${D}" \
emake install \
PREFIX="/usr" \
MANPREFIX="/usr/share/man" \
DOCPREFIX="/usr/share/doc/${P}"
einstalldocs
}