aboutsummaryrefslogtreecommitdiff
path: root/spm
diff options
context:
space:
mode:
Diffstat (limited to 'spm')
-rw-r--r--spm/.checksum2
-rw-r--r--spm/.files4
-rw-r--r--spm/.shasum1
-rw-r--r--spm/abuild8
4 files changed, 6 insertions, 9 deletions
diff --git a/spm/.checksum b/spm/.checksum
index ea590ab6..4a5a020d 100644
--- a/spm/.checksum
+++ b/spm/.checksum
@@ -1 +1 @@
-1985eabce8607de615f990386a8d9c03aa545909d4c5431f9f57b26baf036cb7 spm-0.1.tar.xz
+9cfaf09eee4a91337673a823588ec9f3008cd8a44d06b53ea5f10a645311c043 spm-e2c62f10999af8c80a65b1b8d54a77f1e29a36be.tar.xz
diff --git a/spm/.files b/spm/.files
index bdcf73a6..fd7aca0c 100644
--- a/spm/.files
+++ b/spm/.files
@@ -1,7 +1,3 @@
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/spm/.shasum b/spm/.shasum
deleted file mode 100644
index 8e0522df..00000000
--- a/spm/.shasum
+++ /dev/null
@@ -1 +0,0 @@
-5e49d149433fa50e578c9ea3c64bed44a97f38bc7b0c9812cccac994 spm-0.1.tar.xz
diff --git a/spm/abuild b/spm/abuild
index 1e64b479..3ab8e129 100644
--- a/spm/abuild
+++ b/spm/abuild
@@ -1,8 +1,10 @@
name=spm
-version=0.1
+version=20250626
+_commit=e2c62f10999af8c80a65b1b8d54a77f1e29a36be
release=1
-source="$name-$version.tar.xz::https://codeberg.org/emmett1/spm/archive/$version.tar.gz"
+source="$name-$_commit.tar.xz::https://codeberg.org/emmett1/spm/archive/$_commit.tar.gz"
build() {
- make DESTDIR=$PKG install
+ install -d $PKG/usr/bin
+ cp spm $PKG/usr/bin
}