aboutsummaryrefslogtreecommitdiff
path: root/sfm/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-04-11 08:47:55 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-04-11 08:47:55 +0000
commitce0adbede24ff61b0a31ca8267b49e10f4b7f8a6 (patch)
tree1275fc2cff5e591b666e4d7dac06573c04e843c6 /sfm/abuild
parent121562572cad84dbdecc30bfe75c9f7ecfb05586 (diff)
downloadalicelinux-ce0adbede24ff61b0a31ca8267b49e10f4b7f8a6.tar.gz
alicelinux-ce0adbede24ff61b0a31ca8267b49e10f4b7f8a6.zip
Woodpecker CI f2b935b8b13941013f0800cc2c7e16fcf3920db5 [SKIP CI]
Diffstat (limited to 'sfm/abuild')
-rw-r--r--sfm/abuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/sfm/abuild b/sfm/abuild
index 9d1772a2..45b3b0ad 100644
--- a/sfm/abuild
+++ b/sfm/abuild
@@ -1,4 +1,9 @@
name=sfm
-version=0.2
+version=0.5
release=1
-source="$name-$version.tar.gz::https://codeberg.org/emmett1/${name}/archive/${version}.tar.gz"
+source="https://emmett1.my/pub/release/${name}-v${version}.tar.gz"
+
+build() {
+ make DESTDIR=$PKG PREFIX=/usr install
+ mv $PKG/usr/share/doc/$name $PKG/usr/share/
+}