aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sirc/.checksum1
-rw-r--r--sirc/.files7
-rw-r--r--sirc/abuild9
3 files changed, 17 insertions, 0 deletions
diff --git a/sirc/.checksum b/sirc/.checksum
new file mode 100644
index 00000000..e882133a
--- /dev/null
+++ b/sirc/.checksum
@@ -0,0 +1 @@
+637401f5a2e748347380b9e1b2a91b7f8fcfe525434a77350351f1b369e518e5 sirc-v0.1.tar.gz
diff --git a/sirc/.files b/sirc/.files
new file mode 100644
index 00000000..ba5a74f3
--- /dev/null
+++ b/sirc/.files
@@ -0,0 +1,7 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/sirc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/sirc.1.gz
diff --git a/sirc/abuild b/sirc/abuild
new file mode 100644
index 00000000..185eab5a
--- /dev/null
+++ b/sirc/abuild
@@ -0,0 +1,9 @@
+name=sirc
+version=0.1
+release=1
+source="https://emmett1.my/pub/release/${name}-v${version}.tar.gz"
+
+build() {
+ make PREFIX=/usr
+ make PREFIX=/usr DESTDIR=$PKG install
+}