agentics-companion


Logs | Files | GitLab


1
commit c8032c7a2b8ef0bb06baa445b56908504bab284b
2
Author: Connor Etherington <[email protected]>
3
Date:   Wed Jul 15 06:37:11 2026 +0200
4
5
    agentics-companion : Agentics ecosystem package
6
---
7
 .SRCINFO | 13 +++++++++++++
8
 PKGBUILD | 17 +++++++++++++++++
9
 2 files changed, 30 insertions(+)
10
11
diff --git a/.SRCINFO b/.SRCINFO
12
new file mode 100644
13
index 0000000..4d5edea
14
--- /dev/null
15
+++ b/.SRCINFO
16
@@ -0,0 +1,13 @@
17
+pkgbase = agentics-companion
18
+	pkgdesc = Agentics Companion - the local relay and voice daemon that links every Agentics surface to the hub
19
+	pkgver = 0.1.67
20
+	pkgrel = 1
21
+	url = https://agentics.co.za
22
+	arch = x86_64
23
+	license = custom
24
+	options = !strip
25
+	options = !debug
26
+	source = agentics-companion-0.1.67-x86_64::https://software.agentics.co.za/agentics/x86_64/agentics-companion-0.1.67-x86_64
27
+	sha512sums = 70b45ebb605adda8c7356ff849648704bf11dff9248515730b7b0d77dd7a2ce8fb722097687e3d777073b0ee1c1d1e26ddda6dfc052de343528c89476286c767
28
+
29
+pkgname = agentics-companion
30
diff --git a/PKGBUILD b/PKGBUILD
31
new file mode 100644
32
index 0000000..6c6d1ec
33
--- /dev/null
34
+++ b/PKGBUILD
35
@@ -0,0 +1,17 @@
36
+# Maintainer: Connor Etherington <[email protected]>
37
+# ---
38
+pkgname=agentics-companion
39
+pkgver=0.1.67
40
+pkgrel=1
41
+pkgdesc="Agentics Companion - the local relay and voice daemon that links every Agentics surface to the hub"
42
+arch=('x86_64')
43
+url="https://agentics.co.za"
44
+license=('custom')
45
+depends=()
46
+options=('!strip' '!debug')
47
+source=("agentics-companion-0.1.67-x86_64::https://software.agentics.co.za/agentics/x86_64/agentics-companion-0.1.67-x86_64")
48
+sha512sums=('70b45ebb605adda8c7356ff849648704bf11dff9248515730b7b0d77dd7a2ce8fb722097687e3d777073b0ee1c1d1e26ddda6dfc052de343528c89476286c767')
49
+
50
+package() {
51
+  install -Dm755 "$srcdir/agentics-companion-0.1.67-x86_64" "$pkgdir/usr/bin/agentics-companion"
52
+}