From fe3567f2a4597e179c85a33c3ae3f4cb3a39d84a Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Tue, 2 Jun 2026 15:54:53 +0000 Subject: Woodpecker CI 7d266fc1171fb55f8758d5170d40e5032058163e [SKIP CI] --- spm/abuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'spm/abuild') 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 } -- cgit v1.2.3