aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmett1 <me@emmett1.my>2026-05-31 16:50:25 +0000
committerEmmett1 <me@emmett1.my>2026-05-31 16:50:25 +0000
commit3728c11743a657b9c58c4e38f702596ac728d6cb (patch)
tree1db94810922a518a20d68dad8b89caedaf39c5f3
parentcde4ac9cad12e1d5e4bc5b2336f43ca3fff323e4 (diff)
downloadalicelinux-3728c11743a657b9c58c4e38f702596ac728d6cb.tar.gz
alicelinux-3728c11743a657b9c58c4e38f702596ac728d6cb.zip
spm: updated to 0.1
-rw-r--r--repos/core/spm/.checksum2
-rw-r--r--repos/core/spm/.files4
-rw-r--r--repos/core/spm/.shasum1
-rw-r--r--repos/core/spm/abuild8
4 files changed, 9 insertions, 6 deletions
diff --git a/repos/core/spm/.checksum b/repos/core/spm/.checksum
index 4a5a020d..ea590ab6 100644
--- a/repos/core/spm/.checksum
+++ b/repos/core/spm/.checksum
@@ -1 +1 @@
-9cfaf09eee4a91337673a823588ec9f3008cd8a44d06b53ea5f10a645311c043 spm-e2c62f10999af8c80a65b1b8d54a77f1e29a36be.tar.xz
+1985eabce8607de615f990386a8d9c03aa545909d4c5431f9f57b26baf036cb7 spm-0.1.tar.xz
diff --git a/repos/core/spm/.files b/repos/core/spm/.files
index fd7aca0c..bdcf73a6 100644
--- a/repos/core/spm/.files
+++ b/repos/core/spm/.files
@@ -1,3 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/spm
+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/spm.1.gz
diff --git a/repos/core/spm/.shasum b/repos/core/spm/.shasum
new file mode 100644
index 00000000..8e0522df
--- /dev/null
+++ b/repos/core/spm/.shasum
@@ -0,0 +1 @@
+5e49d149433fa50e578c9ea3c64bed44a97f38bc7b0c9812cccac994 spm-0.1.tar.xz
diff --git a/repos/core/spm/abuild b/repos/core/spm/abuild
index 3ab8e129..1e64b479 100644
--- a/repos/core/spm/abuild
+++ b/repos/core/spm/abuild
@@ -1,10 +1,8 @@
name=spm
-version=20250626
-_commit=e2c62f10999af8c80a65b1b8d54a77f1e29a36be
+version=0.1
release=1
-source="$name-$_commit.tar.xz::https://codeberg.org/emmett1/spm/archive/$_commit.tar.gz"
+source="$name-$version.tar.xz::https://codeberg.org/emmett1/spm/archive/$version.tar.gz"
build() {
- install -d $PKG/usr/bin
- cp spm $PKG/usr/bin
+ make DESTDIR=$PKG install
}