Add bemoji template

This commit is contained in:
Marty Oehme 2025-03-05 21:21:33 +01:00
parent e9f9c02f24
commit 1bfe267951
Signed by: Marty
GPG key ID: 4E535BC19C61886E

19
srcpkgs/bemoji/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'bemoji'
pkgname=bemoji
version=0.4.0
revision=1
depends="bash coreutils"
short_desc="emoji picker that remembers your favorites"
maintainer="Marty Oehme <contact@martyoeh.me>"
license="MIT"
homepage="https://github.com/marty-oehme/bemoji"
distfiles="https://github.com/marty-oehme/bemoji/releases/download/v/bemoji-${version}.tar.gz"
checksum=af9fa6edf8aba8d239af7c3c50423182c713a899e2d81f834ef5b1197b4c7995
do_install() {
vbin bemoji
vman doc/bemoji.1.gz
vlicense doc/LICENSE
vdoc doc/README.md
}