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 | |
| parent | 0edbb3aef9a4865695363789af4520d82161a366 (diff) | |
| download | alicelinux-8e501e181005882727834822a4eb027fc8b7d8c2.tar.gz alicelinux-8e501e181005882727834822a4eb027fc8b7d8c2.zip | |
Woodpecker CI 33d57b58b6e5a13f9a9ac7990966b92b80fe9371 [SKIP CI]
Diffstat (limited to 'spm')
| -rw-r--r-- | spm/.checksum | 2 | ||||
| -rw-r--r-- | spm/.files | 4 | ||||
| -rw-r--r-- | spm/.shasum | 1 | ||||
| -rw-r--r-- | spm/abuild | 8 |
4 files changed, 9 insertions, 6 deletions
diff --git a/spm/.checksum b/spm/.checksum index 4a5a020d..ea590ab6 100644 --- a/spm/.checksum +++ b/spm/.checksum @@ -1 +1 @@ -9cfaf09eee4a91337673a823588ec9f3008cd8a44d06b53ea5f10a645311c043 spm-e2c62f10999af8c80a65b1b8d54a77f1e29a36be.tar.xz +1985eabce8607de615f990386a8d9c03aa545909d4c5431f9f57b26baf036cb7 spm-0.1.tar.xz @@ -1,3 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/spm +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/spm.1.gz diff --git a/spm/.shasum b/spm/.shasum new file mode 100644 index 00000000..8e0522df --- /dev/null +++ b/spm/.shasum @@ -0,0 +1 @@ +5e49d149433fa50e578c9ea3c64bed44a97f38bc7b0c9812cccac994 spm-0.1.tar.xz @@ -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 } |