aboutsummaryrefslogtreecommitdiff
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
parent121562572cad84dbdecc30bfe75c9f7ecfb05586 (diff)
downloadalicelinux-ce0adbede24ff61b0a31ca8267b49e10f4b7f8a6.tar.gz
alicelinux-ce0adbede24ff61b0a31ca8267b49e10f4b7f8a6.zip
Woodpecker CI f2b935b8b13941013f0800cc2c7e16fcf3920db5 [SKIP CI]
-rw-r--r--sfm/.checksum2
-rw-r--r--sfm/.files5
-rw-r--r--sfm/abuild9
3 files changed, 13 insertions, 3 deletions
diff --git a/sfm/.checksum b/sfm/.checksum
index 937391ca..cf16d57c 100644
--- a/sfm/.checksum
+++ b/sfm/.checksum
@@ -1 +1 @@
-911e48d69e3f01b55b52e05578f7ccdf398a3c137eda0acb4fd378a1f6f521ed sfm-0.2.tar.gz
+cc458088feaddddb9376c565b81de8c0b7af4768351119fa6e12a18bb9b28e16 sfm-v0.5.tar.gz
diff --git a/sfm/.files b/sfm/.files
index 35d1e289..8f15234c 100644
--- a/sfm/.files
+++ b/sfm/.files
@@ -2,3 +2,8 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sfm
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/sfm.1.gz
+drwxr-xr-x root/root usr/share/sfm/
+-rw-r--r-- root/root usr/share/sfm/README
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/
+}