Add bemoji template
This commit is contained in:
parent
e9f9c02f24
commit
1bfe267951
1 changed files with 19 additions and 0 deletions
19
srcpkgs/bemoji/template
Normal file
19
srcpkgs/bemoji/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue