diff --git a/srcpkgs/buku/template b/srcpkgs/buku/template new file mode 100644 index 0000000000..8e4b1b0612 --- /dev/null +++ b/srcpkgs/buku/template @@ -0,0 +1,18 @@ +# Template file for 'buku' +pkgname=buku +version=1.5 +revision=1 +wrksrc=Buku-${version} +noarch=yes +depends="python3" +short_desc="A cmdline bookmark management utility" +maintainer="Diogo Leal " +license="GPL-3" +homepage="https://github.com/jarun/Buku" +distfiles="https://github.com/jarun/Buku/archive/${version}.tar.gz" +checksum=93fb403ac487afc609088b72a02613aaa3dd65e3358c1c332f3636371e4b3dc2 + +do_install() { + vbin buku + vman buku.1 +}