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 | |
| parent | 02de3ec10afcaf2c7d67d2f5863da577c79b0926 (diff) | |
| download | alicelinux-07f449010eea94a2b443ab8fb31333367d09d3c2.tar.gz alicelinux-07f449010eea94a2b443ab8fb31333367d09d3c2.zip | |
samurai: new added
| -rw-r--r-- | repos/extra/samurai/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/samurai/.files | 8 | ||||
| -rw-r--r-- | repos/extra/samurai/abuild | 9 |
3 files changed, 18 insertions, 0 deletions
diff --git a/repos/extra/samurai/.checksum b/repos/extra/samurai/.checksum new file mode 100644 index 00000000..b0053701 --- /dev/null +++ b/repos/extra/samurai/.checksum @@ -0,0 +1 @@ +9f0315f1f6e123eb32c8cdb5fe98bcca1f1d2f4ca2617675476568cf3ddc07da samurai-1.2.tar.gz diff --git a/repos/extra/samurai/.files b/repos/extra/samurai/.files new file mode 100644 index 00000000..1efab809 --- /dev/null +++ b/repos/extra/samurai/.files @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/ninja -> samu +-rwxr-xr-x root/root usr/bin/samu +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/samu.1.gz 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 +} + |