16 lines
443 B
Bash
16 lines
443 B
Bash
# Template file for 'lr'
|
|
pkgname=lr
|
|
version=1.6
|
|
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/leahneukirchen/lr"
|
|
distfiles="https://github.com/leahneukirchen/lr/archive/v${version}.tar.gz"
|
|
checksum=5c1160848b5379e2a51c56be5642b382f4ba2b579b7f43834c80e6d856c09b10
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|