void-packages/srcpkgs/buku/template

20 lines
480 B
Bash

# Template file for 'buku'
pkgname=buku
version=2.6
revision=1
wrksrc=Buku-${version}
noarch=yes
hostmakedepends="python3"
depends="python3"
short_desc="A cmdline bookmark management utility"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3"
homepage="https://github.com/jarun/Buku"
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
checksum=ac83a2d104ca632352262613fa92a6293a84e31b00dab24fa90448e71ec6106e
do_install() {
vbin buku
vman buku.1
}