diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /samurai | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'samurai')
| -rw-r--r-- | samurai/.checksum | 1 | ||||
| -rw-r--r-- | samurai/.files | 8 | ||||
| -rw-r--r-- | samurai/abuild | 9 |
3 files changed, 18 insertions, 0 deletions
diff --git a/samurai/.checksum b/samurai/.checksum new file mode 100644 index 00000000..b0053701 --- /dev/null +++ b/samurai/.checksum @@ -0,0 +1 @@ +9f0315f1f6e123eb32c8cdb5fe98bcca1f1d2f4ca2617675476568cf3ddc07da samurai-1.2.tar.gz diff --git a/samurai/.files b/samurai/.files new file mode 100644 index 00000000..1efab809 --- /dev/null +++ b/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/samurai/abuild b/samurai/abuild new file mode 100644 index 00000000..bfd47efc --- /dev/null +++ b/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 +} + |