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