odrling-overlay/x11-misc/rofi-rbw/rofi-rbw-1.3.0.ebuild

27 lines
580 B
Bash

# 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}]
')
"