You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/splatmoji/splatmoji-9999.ebuild

27 lines
534 B

# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Quickly look up and input emoji and/or emoticons"
HOMEPAGE="https://github.com/cspeterson/splatmoji/"
EGIT_REPO_URI="https://github.com/cspeterson/splatmoji.git"
LICENSE="MIT"
KEYWORDS=""
SLOT="0"
RDEPEND="
app-shells/bash
x11-misc/rofi
x11-misc/xdotool
x11-misc/xsel"
src_install() {
dobin splatmoji
insinto /etc/xdg/splatmoji
doins splatmoji.config
insinto /usr/share/splatmoji
doins -r data
}