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