void-packages/srcpkgs/broot/template
Aluísio Augusto Silva Gonçalves b696fa3faa broot: update to 0.9.3.
2019-08-08 16:33:09 +02:00

15 lines
453 B
Bash

# Template file for 'broot'
pkgname=broot
version=0.9.3
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=@6d681c9336277dd8d13ba2238809b5ed2c0004a45c9574b50cbc4c7f2ce59c21
post_install() {
vlicense LICENSE
}