22 lines
583 B
Bash
22 lines
583 B
Bash
# 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
|
|
}
|