15 lines
453 B
Bash
15 lines
453 B
Bash
# Template file for 'broot'
|
|
pkgname=broot
|
|
version=0.10.2
|
|
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=05b520b7511d06d152395b8ea9da3f78fe3bdc7fb2e262a338a7176c9511f395
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|