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