summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/lddtree/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/lddtree/APKBUILD b/system/lddtree/APKBUILD
index e99fa794a..fc8fa2101 100644
--- a/system/lddtree/APKBUILD
+++ b/system/lddtree/APKBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+# Contributor: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer:
pkgname=lddtree
pkgver=1.26
pkgrel=1
pkgdesc="List dynamic dependencies as a tree"
url="https://github.com/ncopa/lddtree"
arch="noarch"
-license="GPL-2.0"
+options="!check"
+license="GPL-2.0-only"
depends="scanelf"
depends_dev=""
-replaces="pax-utils"
makedepends="$depends_dev"
+replaces="pax-utils"
install=""
subpackages=""
-options="!check"
source="lddtree-$pkgver.tar.gz::https://github.com/ncopa/lddtree/archive/v$pkgver.tar.gz
"