adding wofi-emoji
This commit is contained in:
parent
44ad9e7e00
commit
37e67f426c
2 changed files with 36 additions and 0 deletions
1
gui-apps/wofi-emoji/Manifest
Normal file
1
gui-apps/wofi-emoji/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST wofi-emoji 90394 BLAKE2B 82e7feb79aeccc71c7c4a909ea26230fd0eba8a0019de8175c56a84fddf237b8e0cf677137794833a2199e29433da0b473cab31cb98637cf6a8cd09ab22ffc37 SHA512 41f91bda2919a93ea6f2fde8623ccf18b580f67d97ece562cedbb332a55b67f02e233b60578e7266e6674d6c209fc76d0ecccd249047008824f4f04885a60ef3
|
35
gui-apps/wofi-emoji/wofi-emoji-9999.ebuild
Normal file
35
gui-apps/wofi-emoji/wofi-emoji-9999.ebuild
Normal 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 $WORKDIR/wofi-emoji-${PV}
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
true
|
||||||
|
}
|
||||||
|
|
||||||
|
#src_install() {
|
||||||
|
#fperms +x $DESTDIR/wofi-emoji
|
||||||
|
# mv $DISTDIR/wofi-emoji $D/usr/bin/wofi-emoji
|
||||||
|
#}
|
Loading…
Reference in a new issue