diff options
author | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:37:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-01-13 09:37:57 +0300 |
commit | a87ed7232836f1270661344afd202c3c66367f57 (patch) | |
tree | ebe08e77b3318fe11b7da759e4a48e9307d0f113 | |
parent | 85d52a1e79026b11306724a00d389547377ef230 (diff) | |
download | repository-a87ed7232836f1270661344afd202c3c66367f57.tar.gz |
9base: add package to community
-rwxr-xr-x | community/9base/build | 4 | ||||
-rw-r--r-- | community/9base/checksums | 1 | ||||
-rwxr-xr-x | community/9base/post-install | 9 | ||||
-rw-r--r-- | community/9base/sources | 1 | ||||
-rw-r--r-- | community/9base/version | 1 |
5 files changed, 16 insertions, 0 deletions
diff --git a/community/9base/build b/community/9base/build new file mode 100755 index 00000000..7de21eed --- /dev/null +++ b/community/9base/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make DESTDIR="$1" install diff --git a/community/9base/checksums b/community/9base/checksums new file mode 100644 index 00000000..6e271b56 --- /dev/null +++ b/community/9base/checksums @@ -0,0 +1 @@ +9cddb8c7aa4e32c50c6b44a299e45b76b45bb3f1094efef7804354ce2a7fcd13 9base-20190911.tar.gz diff --git a/community/9base/post-install b/community/9base/post-install new file mode 100755 index 00000000..0a4fe747 --- /dev/null +++ b/community/9base/post-install @@ -0,0 +1,9 @@ +#!/bin/sh -e + +cat <<EOF + +-> NOTE: Plan9 programs are installed to +-> /usr/local/plan9/ to avoid conflicts with +-> system programs + +EOF diff --git a/community/9base/sources b/community/9base/sources new file mode 100644 index 00000000..fa0a32f4 --- /dev/null +++ b/community/9base/sources @@ -0,0 +1 @@ +https://dl.carbslinux.org/distfiles/9base-20190911.tar.gz diff --git a/community/9base/version b/community/9base/version new file mode 100644 index 00000000..71aaf78c --- /dev/null +++ b/community/9base/version @@ -0,0 +1 @@ +20190911 1 |