void-packages/srcpkgs/lr/template

17 lines
488 B
Bash
Raw Normal View History

2015-11-02 22:09:39 +01:00
# Template file for 'lr'
pkgname=lr
2016-03-31 13:59:38 +02:00
version=0.3.1
2015-11-02 22:09:39 +01:00
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"
2016-03-31 13:59:38 +02:00
checksum=61835e16d2b6ae10cb69701d2d5364dee1400cc905b26ff35287df0f39db06ff
2015-11-02 22:09:39 +01:00
post_install() {
head -n26 lr.c >LICENSE
vlicense LICENSE
}