diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-31 16:51:02 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-31 16:51:02 +0000 |
| commit | 8e501e181005882727834822a4eb027fc8b7d8c2 (patch) | |
| tree | 4fa0e5ae1489a6d470683bfc7c2d1f6d10ff001a /spm/abuild | |
| parent | 0edbb3aef9a4865695363789af4520d82161a366 (diff) | |
| download | alicelinux-8e501e181005882727834822a4eb027fc8b7d8c2.tar.gz alicelinux-8e501e181005882727834822a4eb027fc8b7d8c2.zip | |
Woodpecker CI 33d57b58b6e5a13f9a9ac7990966b92b80fe9371 [SKIP CI]
Diffstat (limited to 'spm/abuild')
| -rw-r--r-- | spm/abuild | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 } |