New package: buku_run-0.1.1

This commit is contained in:
teldra 2018-11-12 20:08:54 +01:00 committed by maxice8
parent 1eb7fd1825
commit 3912eb24f0
1 changed files with 21 additions and 0 deletions

21
srcpkgs/buku_run/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'buku_run'
pkgname=buku_run
version=0.1.1
revision=1
noarch=yes
conf_files="/etc/buku_run.config"
depends="rofi gawk sed buku bash"
short_desc="Rofi frontend for buku bookmarks manager"
maintainer="teldra <teldra@rotce.de>"
license="GPL-3.0-only"
homepage="https://github.com/carnager/${pkgname}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=065b1bcd3000138a23f57b4a394d780e1b16a95d1593bf85d9f657457832bc35
do_install() {
vbin buku_run
vdoc README.md README
vsconf config.buku
vconf config.buku buku_run.config
}