Skip to content
Snippets Groups Projects
Verified Commit 5846d077 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/lddtree: add dep on which(1), overhaul build

parent 2636121b
No related branches found
No related tags found
No related merge requests found
......@@ -2,24 +2,17 @@
# Maintainer:
pkgname=lddtree
pkgver=1.26
pkgrel=1
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"
depends_dev=""
makedepends="$depends_dev"
depends="scanelf cmd:which"
makedepends=""
replaces="pax-utils"
install=""
subpackages=""
source="lddtree-$pkgver.tar.gz::https://github.com/ncopa/lddtree/archive/v$pkgver.tar.gz
"
build() {
return 0
}
source="lddtree-$pkgver.tar.gz::https://github.com/ncopa/lddtree/archive/v$pkgver.tar.gz"
package() {
cd "$builddir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment