void-packages/srcpkgs/lr/template
2018-04-05 16:30:55 +02:00

15 lines
447 B
Bash

# Template file for 'lr'
pkgname=lr
version=1.3
revision=1
build_style=gnu-makefile
short_desc="List files, recursively (a better ls/find/stat/du)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/chneukirchen/lr"
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=6bd3000d283962fd07519e1afeaca88e94359fbc956d62ffd2cf0c7ad59fdaef
post_install() {
vlicense LICENSE
}