22 lines
713 B
Bash
22 lines
713 B
Bash
# Template file for 'buku'
|
|
pkgname=buku
|
|
version=4.8
|
|
revision=1
|
|
depends="python3-urllib3 python3-BeautifulSoup4 python3-cryptography
|
|
python3-html5lib"
|
|
short_desc="Cmdline bookmark management utility"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jarun/Buku"
|
|
changelog="https://github.com/jarun/buku/raw/master/CHANGELOG"
|
|
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
|
|
checksum=a0b94210e80e9f9f359e5308323837d41781cf8dba497341099d5c59e27fa52c
|
|
|
|
do_install() {
|
|
vbin buku
|
|
vman buku.1
|
|
vcompletion auto-completion/bash/buku-completion.bash bash
|
|
vcompletion auto-completion/zsh/_buku zsh
|
|
vcompletion auto-completion/fish/buku.fish fish
|
|
}
|