aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-04-04 05:36:25 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-04-04 05:36:25 +0000
commit32623c29b7665c9266ff73ce5bd08b3344cc048d (patch)
tree460d85cffefdd8584ef86cfc55a96b8366a40b25
parentaacb6f60438c956f3bc437b98bee2d4d6f532ac1 (diff)
downloadalicelinux-32623c29b7665c9266ff73ce5bd08b3344cc048d.tar.gz
alicelinux-32623c29b7665c9266ff73ce5bd08b3344cc048d.zip
Woodpecker CI 53691aff6db6cd2f94bf4828a9e579a65628d885 [SKIP CI]
-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
+}