Adding wofi-emoji

This commit is contained in:
Siina Mashek 2023-12-22 17:01:36 +02:00
parent 10bdb7a4c7
commit f417bb9e78
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST wofi-emoji 90394 BLAKE2B 82e7feb79aeccc71c7c4a909ea26230fd0eba8a0019de8175c56a84fddf237b8e0cf677137794833a2199e29433da0b473cab31cb98637cf6a8cd09ab22ffc37 SHA512 41f91bda2919a93ea6f2fde8623ccf18b580f67d97ece562cedbb332a55b67f02e233b60578e7266e6674d6c209fc76d0ecccd249047008824f4f04885a60ef3

View file

@ -0,0 +1,35 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
if [[ "${PV}" == 9999 ]]; then
SRC_URI="https://raw.githubusercontent.com/Zeioth/wofi-emoji/master/wofi-emoji"
else
exit 1
fi
DESCRIPTION="Emoji picker for Wayland using wofi, wtype, and wl-clipboard"
HOMEPAGE="https://github.com/Zeioth/wofi-emoji"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
DEPEND="gui-apps/wofi
gui-apps/wtype"
RDEPEND="${DEPEND}"
BDEPEND=""
src_unpack() {
mkdir /var/tmp/portage/gui-apps/wofi-emoji-${PV}/work/wofi-emoji-${PV}
mv /var/tmp/portage/gui-apps/wofi-emoji-${PV}/distdir/wofi-emoji
}
src_configure() {
true
}
#src_install() {
#fperms +x /usr/bin/wofi-emoji
#}