2015-11-02 22:09:39 +01:00
|
|
|
# Template file for 'lr'
|
|
|
|
pkgname=lr
|
|
|
|
version=0.1
|
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
|
|
|
short_desc="List files, recursively (a better ls/find/stat/du)"
|
|
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/chneukirchen/lr"
|
2015-11-02 23:16:17 +01:00
|
|
|
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
2015-11-02 22:09:39 +01:00
|
|
|
checksum=f8a2a3388796f91d6525851727c618b295d3119396a0e751a716c6870465f940
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
head -n26 lr.c >LICENSE
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|