1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-12 22:15:50 +01:00

Added rofimoji - emoji for rofi in python

This commit is contained in:
2024-03-26 13:44:42 +01:00
parent 5ebb63140b
commit ff4158a3bd
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="Emoji, unicode and general character picker for rofi and rofi-likes"
HOMEPAGE="https://github.com/fdw/rofimoji"
SRC_URI="https://github.com/fdw/rofimoji/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
|| ( x11-misc/rofi x11-misc/rofi-wayland )
<dev-python/ConfigArgParse-2.0.0[${PYTHON_USEDEP}]
"
RDEPEND=""
BDEPEND=""
src_install() {
distutils-r1_src_install
doman src/picker/docs/rofimoji.1
}