void-packages/srcpkgs/lr/template
2017-04-25 23:12:52 +02:00

15 lines
447 B
Bash

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