summaryrefslogtreecommitdiff
path: root/system/lddtree/APKBUILD
blob: fd852f0b03025c8e2875b7a84e4b30a200f817fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: 
pkgname=lddtree
pkgver=1.26
pkgrel=2
pkgdesc="List dynamic dependencies as a tree"
url="https://github.com/ncopa/lddtree"
arch="noarch"
options="!check"
license="GPL-2.0-only"
depends="scanelf cmd:which"
makedepends=""
replaces="pax-utils"
subpackages=""
source="lddtree-$pkgver.tar.gz::https://github.com/ncopa/lddtree/archive/v$pkgver.tar.gz"

package() {
	install -Dm755 lddtree.sh "$pkgdir"/usr/bin/lddtree
}

sha512sums="9c244cf47627e6cfb396f4187e7c35b438bcb8e3978e43a91ad5a5d034233eaaffd1319e98b6a26b8bbcb570ede3eeb809a14720b50771587a96dde5f6516340  lddtree-1.26.tar.gz"