16 lines
447 B
Bash
16 lines
447 B
Bash
# Template file for 'lr'
|
|
pkgname=lr
|
|
version=1.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=d485565928c423a0856dabb268bcf2cc725ec100f169cb57a355525ddb285d96
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|