From ccf177021b4e78eb781b57a355e33f263004389f Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Tue, 10 Sep 2019 10:44:02 -0700 Subject: [PATCH] New package: ibus-uniemoji-0.6.0 --- srcpkgs/ibus-uniemoji/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/ibus-uniemoji/template diff --git a/srcpkgs/ibus-uniemoji/template b/srcpkgs/ibus-uniemoji/template new file mode 100644 index 00000000000..cad523b4098 --- /dev/null +++ b/srcpkgs/ibus-uniemoji/template @@ -0,0 +1,17 @@ +# Template file for 'ibus-uniemoji' +pkgname=ibus-uniemoji +version=0.6.0 +revision=1 +build_style=gnu-makefile +makedepends="ibus-devel" +depends="python3 ibus" +short_desc="Enter unicode emoji and other symbols by name with ibus" +maintainer="klardotsh " +license="GPL-3.0-only" +homepage="https://github.com/salty-horse/ibus-uniemoji" +distfiles="https://github.com/salty-horse/${pkgname}/archive/v${version}.tar.gz" +checksum=295a698e6065366d06d54786a272ac69417f709053cfe32bf42520dc5311052a + +do_install() { + make ${makejobs} PREFIX=${DESTDIR}/usr install +}