15 lines
449 B
Bash
15 lines
449 B
Bash
# Template file for 'lr'
|
|
pkgname=lr
|
|
version=1.4.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=ddcb93b681e3128e21f0dc848dde1ab3a79942637aaf0ea5153411c5fef9a8cb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|