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