35 lines
No EOL
666 B
Bash
35 lines
No EOL
666 B
Bash
# 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
|
|
#} |