aboutsummaryrefslogtreecommitdiff
path: root/rover/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-09-07 03:06:04 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-09-07 03:06:04 +0000
commit401a571f0ec7b7fbc4cf3a3ca2f68a22f49d3dea (patch)
tree47aa2c5fca801119def2348e32e6095bc7ce71cb /rover/abuild
parent03f52ccce6a45e6e1dbd753c1626c11f079d39a6 (diff)
downloadalicelinux-401a571f0ec7b7fbc4cf3a3ca2f68a22f49d3dea.tar.gz
alicelinux-401a571f0ec7b7fbc4cf3a3ca2f68a22f49d3dea.zip
Woodpecker CI cd8da77f19195572e5931c72cd32b061583ce2cb [SKIP CI]
Diffstat (limited to 'rover/abuild')
-rw-r--r--rover/abuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/rover/abuild b/rover/abuild
new file mode 100644
index 00000000..ced7e418
--- /dev/null
+++ b/rover/abuild
@@ -0,0 +1,10 @@
+name=rover
+version=1.0.1
+release=1
+source="https://github.com/lecram/${name}/archive/v${version}/${name}-v${version}.tar.gz"
+
+build() {
+ make
+ install -Dm755 rover -t $PKG/usr/bin/
+ install -Dm644 rover.1 -t $PKG/usr/share/man/man1/
+}