aboutsummaryrefslogtreecommitdiff
path: root/repos/core/spm/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/core/spm/abuild')
-rwxr-xr-xrepos/core/spm/abuild10
1 files changed, 0 insertions, 10 deletions
diff --git a/repos/core/spm/abuild b/repos/core/spm/abuild
deleted file mode 100755
index acbfc3a5..00000000
--- a/repos/core/spm/abuild
+++ /dev/null
@@ -1,10 +0,0 @@
-name=spm
-version=20250204
-_commit=51f58123567aa84165fdbd6d2f0da97ddacd665b
-release=1
-source="$name-$_commit.tar.xz::https://codeberg.org/emmett1/spm/archive/$_commit.tar.gz"
-
-build() {
- install -d $PKG/usr/bin
- cp spm $PKG/usr/bin
-}