gentoo-overlay/net-news/news-flash/news-flash-2.2.4.ebuild

36 lines
734 B
Bash
Raw Normal View History

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
2023-01-11 01:00:44 +01:00
inherit meson
MY_PN="news_flash_gtk"
2022-11-18 00:54:29 +01:00
MY_PV="v.${PV}"
MY_P="${MY_PN}-${MY_PV}"
2022-09-20 16:22:42 +02:00
DESCRIPTION="Simple News Feed Reader for feeds aggregated by an online RSS reader account."
HOMEPAGE="https://gitlab.com/news-flash/news_flash_gtk"
2022-11-18 00:54:29 +01:00
SRC_URI="https://gitlab.com/${PN}/${MY_PN}/-/archive/${MY_PV}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
2023-01-11 01:00:44 +01:00
RESTRICT="mirror network-sandbox"
RDEPEND=""
DEPEND="${RDEPEND}
dev-db/sqlite
dev-lang/rust
dev-libs/openssl
dev-util/meson
gui-libs/libhandy
2022-11-18 00:54:29 +01:00
net-libs/webkit-gtk:5
sys-devel/gettext
x11-libs/gtk+:3
x11-misc/xdg-utils"
S="${WORKDIR}/${MY_P}"