vp-build/srcpkgs/buku_run/template

22 lines
553 B
Bash

# 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
}