mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
New package: libtree-3.1.1
This commit is contained in:
parent
1ecf65f266
commit
646906290c
1 changed files with 21 additions and 0 deletions
21
srcpkgs/libtree/template
Normal file
21
srcpkgs/libtree/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue