From f7bb670ed0f48f8cb506df9411e10cce054354cc Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 2 Nov 2015 22:09:39 +0100 Subject: [PATCH] New package: lr-0.1 --- srcpkgs/lr/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/lr/template diff --git a/srcpkgs/lr/template b/srcpkgs/lr/template new file mode 100644 index 0000000000..3145f06652 --- /dev/null +++ b/srcpkgs/lr/template @@ -0,0 +1,16 @@ +# 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 " +license="MIT" +homepage="https://github.com/chneukirchen/lr" +distfiles="https://github.com/chneukirchen/${pkgname}/archive/v0.1.tar.gz" +checksum=f8a2a3388796f91d6525851727c618b295d3119396a0e751a716c6870465f940 + +post_install() { + head -n26 lr.c >LICENSE + vlicense LICENSE +}