15 lines
453 B
Bash
15 lines
453 B
Bash
# Template file for 'broot'
|
|
pkgname=broot
|
|
version=0.10.1
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
|
|
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|
license="MIT"
|
|
homepage="https://dystroy.org/broot/"
|
|
distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
|
|
checksum=1a05e66f8e65fa54bcab89b58cbc2569d8bf8800bcda082c5f91e3087028d57c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|