void-packages/srcpkgs/lr/template
Christian Neukirchen 7bf0493b3d lr: update to 0.2.
2016-02-02 17:03:24 +01:00

16 lines
486 B
Bash

# Template file for 'lr'
pkgname=lr
version=0.2
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=d99300535f38ea1c2ebc367b27566ee66159ced6eb82b3c22c7205630dc0a607
post_install() {
head -n26 lr.c >LICENSE
vlicense LICENSE
}