diff --git a/x11-misc/rofi-rbw/Manifest b/x11-misc/rofi-rbw/Manifest new file mode 100644 index 0000000..d8f4646 --- /dev/null +++ b/x11-misc/rofi-rbw/Manifest @@ -0,0 +1 @@ +DIST rofi-rbw-1.3.0.gh.tar.gz 16872 BLAKE2B 8e164e678b11b324fa11dc31346219ccdbfabdeffd18b3f1fae6c1bbd2f8ddc643ddea1740d8491d3463acd3238b66f673f5cc1f9364e50dbdde176f2cf4b85d SHA512 54a971e78865dcca462f7687c5bf2e45cf3bd612e54bab80b8bef050692f1deb6653f30b895e4bbec3cc0735a23473aa28d7842ab546e09019889b7e60b1bf4e diff --git a/x11-misc/rofi-rbw/rofi-rbw-1.3.0.ebuild b/x11-misc/rofi-rbw/rofi-rbw-1.3.0.ebuild new file mode 100644 index 0000000..94d7753 --- /dev/null +++ b/x11-misc/rofi-rbw/rofi-rbw-1.3.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=poetry + +inherit distutils-r1 + +DESCRIPTION="Build great CLIs. Easy to code. Based on Python type hints." +HOMEPAGE=" + https://github.com/fdw/rofi-rbw/tree/main + https://pypi.org/project/rofi-rbw/ +" +SRC_URI="https://github.com/fdw/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/ConfigArgParse[${PYTHON_USEDEP}] + ') +"