16 lines
486 B
Bash
16 lines
486 B
Bash
# Template file for 'lr'
|
|
pkgname=lr
|
|
version=0.3
|
|
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"
|
|
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
|
checksum=0cba656122a802a6d3ad39d955e518c8884b2b9ccdafb65566452450a664c469
|
|
|
|
post_install() {
|
|
head -n26 lr.c >LICENSE
|
|
vlicense LICENSE
|
|
}
|