New package: libtree-3.1.1

This commit is contained in:
Duncaen 2022-07-13 16:56:06 +02:00
parent 1ecf65f266
commit 646906290c
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

21
srcpkgs/libtree/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'libtree'
pkgname=libtree
version=3.1.1
revision=1
build_style=gnu-makefile
short_desc="ldd as a tree"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="MIT"
homepage="https://github.com/haampie/libtree"
changelog="https://github.com/haampie/libtree/raw/master/CHANGELOG.md"
distfiles="https://github.com/haampie/libtree/archive/refs/tags/v${version}.tar.gz"
checksum=6148436f54296945d22420254dd78e1829d60124bb2f5b9881320a6550f73f5c
pre_check() {
# test only works for x86_64, just ignore it
rm -rf tests/05_32_bits
}
post_install() {
vlicense LICENSE
}