diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 00:47:02 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 00:47:02 +0800 |
| commit | 07f449010eea94a2b443ab8fb31333367d09d3c2 (patch) | |
| tree | 05bcc16883e19add38d2a46fc506ab318c530cd1 /repos/extra/samurai/abuild | |
| parent | 02de3ec10afcaf2c7d67d2f5863da577c79b0926 (diff) | |
| download | alicelinux-07f449010eea94a2b443ab8fb31333367d09d3c2.tar.gz alicelinux-07f449010eea94a2b443ab8fb31333367d09d3c2.zip | |
samurai: new added
Diffstat (limited to 'repos/extra/samurai/abuild')
| -rw-r--r-- | repos/extra/samurai/abuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/repos/extra/samurai/abuild b/repos/extra/samurai/abuild new file mode 100644 index 00000000..bfd47efc --- /dev/null +++ b/repos/extra/samurai/abuild @@ -0,0 +1,9 @@ +name=samurai +version=1.2 +release=1 +source="https://github.com/michaelforney/${name}/releases/download/${version}/${name}-${version}.tar.gz" + +postbuild() { + ln -sv samu $PKG/usr/bin/ninja +} + |