aboutsummaryrefslogtreecommitdiff
path: root/community/tree
diff options
context:
space:
mode:
Diffstat (limited to 'community/tree')
-rwxr-xr-xcommunity/tree/build4
-rw-r--r--community/tree/checksums3
-rw-r--r--community/tree/meta3
-rw-r--r--community/tree/sources2
-rw-r--r--community/tree/version2
5 files changed, 9 insertions, 5 deletions
diff --git a/community/tree/build b/community/tree/build
index 28d2d465..b2e46c72 100755
--- a/community/tree/build
+++ b/community/tree/build
@@ -1,4 +1,4 @@
#!/bin/sh -e
-make
-make BINDIR="$1/usr/bin" MANDIR="$1/usr/share/man/man1" install
+make CC="${CC:-cc}" LDFLAGS=-static
+make PREFIX="$1/usr" MANDIR="$1/usr/share/man/man1" install
diff --git a/community/tree/checksums b/community/tree/checksums
index 6f21e3ef..831e2b30 100644
--- a/community/tree/checksums
+++ b/community/tree/checksums
@@ -1 +1,2 @@
-715d5d4b434321ce74706d0dd067505bb60c5ea83b5f0b3655dae40aa6f9b7c2 tree-1.8.0.tgz
+%BLAKE3
+105e6fb7bb403cd2cd3374f5a4c7b761a7862158830a90fd088a83a931c4cd91 tree-2.0.4.tgz
diff --git a/community/tree/meta b/community/tree/meta
new file mode 100644
index 00000000..8089f0ca
--- /dev/null
+++ b/community/tree/meta
@@ -0,0 +1,3 @@
+description: Recursive directory listing program
+license: GPL-2.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/tree/sources b/community/tree/sources
index 1146515e..e1b6bed1 100644
--- a/community/tree/sources
+++ b/community/tree/sources
@@ -1 +1 @@
-http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz
+https://fossies.org/linux/misc/tree-2.0.4.tgz
diff --git a/community/tree/version b/community/tree/version
index ab764544..aaedf8d0 100644
--- a/community/tree/version
+++ b/community/tree/version
@@ -1 +1 @@
-1.8.0 1
+2.0.4 1