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