diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-04-04 05:36:25 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-04-04 05:36:25 +0000 |
| commit | 32623c29b7665c9266ff73ce5bd08b3344cc048d (patch) | |
| tree | 460d85cffefdd8584ef86cfc55a96b8366a40b25 /sirc/abuild | |
| parent | aacb6f60438c956f3bc437b98bee2d4d6f532ac1 (diff) | |
| download | alicelinux-32623c29b7665c9266ff73ce5bd08b3344cc048d.tar.gz alicelinux-32623c29b7665c9266ff73ce5bd08b3344cc048d.zip | |
Woodpecker CI 53691aff6db6cd2f94bf4828a9e579a65628d885 [SKIP CI]
Diffstat (limited to 'sirc/abuild')
| -rw-r--r-- | sirc/abuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sirc/abuild b/sirc/abuild new file mode 100644 index 00000000..185eab5a --- /dev/null +++ b/sirc/abuild @@ -0,0 +1,9 @@ +name=sirc +version=0.1 +release=1 +source="https://emmett1.my/pub/release/${name}-v${version}.tar.gz" + +build() { + make PREFIX=/usr + make PREFIX=/usr DESTDIR=$PKG install +} |