diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-02 15:54:53 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-02 15:54:53 +0000 |
| commit | fe3567f2a4597e179c85a33c3ae3f4cb3a39d84a (patch) | |
| tree | b8953cd03d8e632e8050a5c031593265fc32c925 /spm/abuild | |
| parent | 8e501e181005882727834822a4eb027fc8b7d8c2 (diff) | |
| download | alicelinux-fe3567f2a4597e179c85a33c3ae3f4cb3a39d84a.tar.gz alicelinux-fe3567f2a4597e179c85a33c3ae3f4cb3a39d84a.zip | |
Woodpecker CI 7d266fc1171fb55f8758d5170d40e5032058163e [SKIP CI]
Diffstat (limited to 'spm/abuild')
| -rw-r--r-- | spm/abuild | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 } |