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:
28
x11-misc/rofimoji/rofimoji-6.2.0.ebuild
Normal file
28
x11-misc/rofimoji/rofimoji-6.2.0.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user