void-packages/srcpkgs/buku/template

19 lines
454 B
Bash
Raw Normal View History

2015-12-20 04:05:07 +01:00
# Template file for 'buku'
pkgname=buku
2016-09-16 04:13:14 +02:00
version=2.4
2015-12-20 04:05:07 +01:00
revision=1
wrksrc=Buku-${version}
noarch=yes
depends="python3"
short_desc="A cmdline bookmark management utility"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3"
homepage="https://github.com/jarun/Buku"
2016-05-16 04:14:02 +02:00
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
2016-09-16 04:13:14 +02:00
checksum=55a0065389475b6993503e20271fcd1705a98c3c3aea8211971ffb055ae5d9fb
2015-12-20 04:05:07 +01:00
do_install() {
vbin buku
vman buku.1
}