1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-21 01:51:24 +02:00

Added tuir ebuil

This commit is contained in:
2022-10-01 18:11:49 +02:00
parent ada9d74daa
commit 59eb63e841
2 changed files with 32 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Browse Reddit from your terminal"
HOMEPAGE="https://gitlab.com/ajak/tuir"
SRC_URI="https://gitlab.com/ajak/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-python/beautifulsoup4
dev-python/decorator
dev-python/kitchen
dev-python/requests
dev-python/six
"
RDEPEND="${DEPEND}"
BDEPEND=""
RESTRICT="test"
S=${WORKDIR}/${PN}-v${PV}