mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
lr: update to 0.2.
This commit is contained in:
parent
a28b6dcbc4
commit
7bf0493b3d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'lr'
|
# Template file for 'lr'
|
||||||
pkgname=lr
|
pkgname=lr
|
||||||
version=0.1
|
version=0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="List files, recursively (a better ls/find/stat/du)"
|
short_desc="List files, recursively (a better ls/find/stat/du)"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/chneukirchen/lr"
|
homepage="https://github.com/chneukirchen/lr"
|
||||||
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chneukirchen/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=f8a2a3388796f91d6525851727c618b295d3119396a0e751a716c6870465f940
|
checksum=d99300535f38ea1c2ebc367b27566ee66159ced6eb82b3c22c7205630dc0a607
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
head -n26 lr.c >LICENSE
|
head -n26 lr.c >LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue