aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-13 09:37:57 +0300
committerCem Keylan <cem@ckyln.com>2020-01-13 09:37:57 +0300
commita87ed7232836f1270661344afd202c3c66367f57 (patch)
treeebe08e77b3318fe11b7da759e4a48e9307d0f113 /community
parent85d52a1e79026b11306724a00d389547377ef230 (diff)
downloadrepository-a87ed7232836f1270661344afd202c3c66367f57.tar.gz
9base: add package to community
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/9base/build4
-rw-r--r--community/9base/checksums1
-rwxr-xr-xcommunity/9base/post-install9
-rw-r--r--community/9base/sources1
-rw-r--r--community/9base/version1
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