This repository has been archived on 2024-09-25. You can view files and clone it, but cannot push or open issues or pull requests.
overlay/net-misc/mastorss/mastorss-9999.ebuild

24 lines
526 B
Bash
Raw Normal View History

# Copyright 1999-2020 Gentoo Authors
2018-05-08 06:50:18 +02:00
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2018-05-08 06:50:18 +02:00
inherit git-r3 cmake-utils
DESCRIPTION="Another RSS to Mastodon bot"
2018-06-04 21:09:02 +02:00
HOMEPAGE="https://schlomp.space/tastytea/mastorss"
EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git"
2018-05-08 06:50:18 +02:00
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
2019-03-18 05:01:22 +01:00
RDEPEND="
>=dev-libs/boost-1.62.0
>=dev-cpp/mastodonpp-0.4.0
>=dev-libs/jsoncpp-1.7.4
>=dev-cpp/restclient-cpp-0.5.1
app-text/asciidoc
2019-03-18 05:01:22 +01:00
"
DEPEND="
>=dev-util/cmake-3.9.6
2018-06-21 21:39:41 +02:00
${RDEPEND}"