void-packages/srcpkgs/lr/template

16 lines
451 B
Bash

# Template file for 'lr'
pkgname=lr
version=1.5
revision=1
build_style=gnu-makefile
short_desc="List files, recursively (a better ls/find/stat/du)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/leahneukirchen/lr"
distfiles="https://github.com/leahneukirchen/${pkgname}/archive/v${version}.tar.gz"
checksum=c60b23260bd72415ebfc962f915960c3dcd57ff004046c6cd7741c24bc5550e0
post_install() {
vlicense LICENSE
}