aboutsummaryrefslogtreecommitdiff
path: root/kirc
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
commit93a354611e38a6949add5c2e5ccc93ef79b9755f (patch)
tree7fee41752b1047d74c59f8ee046cd62735e7e934 /kirc
parent35912580b66e9439f91ea441938828ad8aa33b0d (diff)
downloadalicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz
alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'kirc')
-rw-r--r--kirc/.checksum1
-rw-r--r--kirc/.files7
-rw-r--r--kirc/abuild8
3 files changed, 16 insertions, 0 deletions
diff --git a/kirc/.checksum b/kirc/.checksum
new file mode 100644
index 00000000..d1e2407f
--- /dev/null
+++ b/kirc/.checksum
@@ -0,0 +1 @@
+718aa7526b888d3f97c7ed123fdfbd3bef7ef8d11d35cdb7acaa56ca9555e4a2 kirc-0.3.3.tar.gz
diff --git a/kirc/.files b/kirc/.files
new file mode 100644
index 00000000..099e8faa
--- /dev/null
+++ b/kirc/.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/kirc
+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/kirc.1.gz
diff --git a/kirc/abuild b/kirc/abuild
new file mode 100644
index 00000000..596e679e
--- /dev/null
+++ b/kirc/abuild
@@ -0,0 +1,8 @@
+name=kirc
+version=0.3.3
+release=1
+source="https://github.com/mcpcpc/${name}/archive/${version}/${name}-${version}.tar.gz"
+
+build() {
+ make PREFIX=/usr DESTDIR=$PKG install
+}