From b2881cc1de0bae3b360c65963242a101507e2136 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Wed, 3 Jun 2026 23:29:56 +0000 Subject: Woodpecker CI d55b6466e59794f44a0c0c4e66ca55066c7205d0 [SKIP CI] --- spm/abuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'spm/abuild') diff --git a/spm/abuild b/spm/abuild index 3ab8e129..1e64b479 100644 --- a/spm/abuild +++ b/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 } -- cgit v1.2.3