From a64930636462bf24118ca7266f699ce2b696e821 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Thu, 10 Apr 2025 07:26:30 +0800 Subject: clang branch updated --- repos/core/spm/abuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 repos/core/spm/abuild (limited to 'repos/core/spm/abuild') diff --git a/repos/core/spm/abuild b/repos/core/spm/abuild new file mode 100644 index 00000000..b0dd508f --- /dev/null +++ b/repos/core/spm/abuild @@ -0,0 +1,10 @@ +name=spm +version=20250304 +_commit=2826ed41fcb5a127d2dd6028c4566e5a2220cb4a +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 +} -- cgit v1.2.3