diff --git a/srcpkgs/libtree/template b/srcpkgs/libtree/template new file mode 100644 index 00000000000..816585483be --- /dev/null +++ b/srcpkgs/libtree/template @@ -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 " +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 +}