diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:33:44 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 14:33:44 +0300 |
commit | 34dbdc5d2372b36773d2c8f7be4776e0d92c9518 (patch) | |
tree | d0fca19279feb1754ce79bbfbbc07ff29c261bbe /community/tree | |
parent | 537aa5dfbdcee1e5c84f702ff98d4c8ba891a86a (diff) | |
download | repository-34dbdc5d2372b36773d2c8f7be4776e0d92c9518.tar.gz |
tree: added to community
Diffstat (limited to 'community/tree')
-rwxr-xr-x | community/tree/build | 4 | ||||
-rw-r--r-- | community/tree/checksums | 1 | ||||
-rw-r--r-- | community/tree/sources | 1 | ||||
-rw-r--r-- | community/tree/version | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/community/tree/build b/community/tree/build new file mode 100755 index 00000000..28d2d465 --- /dev/null +++ b/community/tree/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make BINDIR="$1/usr/bin" MANDIR="$1/usr/share/man/man1" install diff --git a/community/tree/checksums b/community/tree/checksums new file mode 100644 index 00000000..6f21e3ef --- /dev/null +++ b/community/tree/checksums @@ -0,0 +1 @@ +715d5d4b434321ce74706d0dd067505bb60c5ea83b5f0b3655dae40aa6f9b7c2 tree-1.8.0.tgz diff --git a/community/tree/sources b/community/tree/sources new file mode 100644 index 00000000..1146515e --- /dev/null +++ b/community/tree/sources @@ -0,0 +1 @@ +http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz diff --git a/community/tree/version b/community/tree/version new file mode 100644 index 00000000..ab764544 --- /dev/null +++ b/community/tree/version @@ -0,0 +1 @@ +1.8.0 1 |