void-packages/srcpkgs/lr/template
Christian Neukirchen a8e5293a1c lr: update to 0.3.
2016-02-28 19:12:02 +01:00

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
}