diff options
Diffstat (limited to 'repos/core/spm/abuild')
| -rw-r--r-- | repos/core/spm/abuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/repos/core/spm/abuild b/repos/core/spm/abuild new file mode 100644 index 00000000..5bebb396 --- /dev/null +++ b/repos/core/spm/abuild @@ -0,0 +1,10 @@ +name=spm +version=20240527 +_commit=74817cd2c7c394720e4a418b8ecf26fb1c1a7346 +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 +} |