void-packages/srcpkgs/lr/template
2017-10-29 22:15:29 +01:00

16 lines
447 B
Bash

# Template file for 'lr'
pkgname=lr
version=1.1
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=88c2a67d03f5c1c6058cfd13441ec1ada65629ac87c0647ac4fe9c5affdb84fe
post_install() {
vlicense LICENSE
}