# 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 #}