mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
net-misc/mastorss: New package.
Another RSS to Mastodon bot Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
1
net-misc/mastorss/Manifest
Normal file
1
net-misc/mastorss/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mastorss-0.13.0.tar.gz 50548 BLAKE2B 56b05c43842760881c9bc27bbd404804beba0216b2d8a129aea78a41cf2fe832d357615b74ecf56c491af7a789e72691766d46cc6172b89057f7a5b179ff09e8 SHA512 c5034d483fc3139f9276b62c0a9181754fd847f45d6286bfd39b20ed602ae3ec72031ed898c5f3b3dba627e978232180cbd50340e3579771a7a42b6a98f83161
|
||||
32
net-misc/mastorss/mastorss-0.13.0.ebuild
Normal file
32
net-misc/mastorss/mastorss-0.13.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
[[ "${PV}" == "9999" ]] && inherit git-r3
|
||||
|
||||
DESCRIPTION="Another RSS to Mastodon bot"
|
||||
HOMEPAGE="https://schlomp.space/tastytea/mastorss"
|
||||
if [[ "${PV}" != "9999" ]]; then
|
||||
SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boost
|
||||
>=dev-cpp/mastodonpp-0.5.6
|
||||
dev-libs/jsoncpp
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
app-text/asciidoc
|
||||
"
|
||||
32
net-misc/mastorss/mastorss-9999.ebuild
Normal file
32
net-misc/mastorss/mastorss-9999.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
[[ "${PV}" == "9999" ]] && inherit git-r3
|
||||
|
||||
DESCRIPTION="Another RSS to Mastodon bot"
|
||||
HOMEPAGE="https://schlomp.space/tastytea/mastorss"
|
||||
if [[ "${PV}" != "9999" ]]; then
|
||||
SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boost
|
||||
>=dev-cpp/mastodonpp-0.5.6
|
||||
dev-libs/jsoncpp
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
app-text/asciidoc
|
||||
"
|
||||
15
net-misc/mastorss/metadata.xml
Normal file
15
net-misc/mastorss/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>Ronny (tastytea) Gutbrod</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>tastytea</name>
|
||||
<email>tastytea@tastytea.de</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://schlomp.space/tastytea/mastorss/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user