diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/samurai | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/samurai')
| -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, 0 insertions, 18 deletions
diff --git a/repos/extra/samurai/.checksum b/repos/extra/samurai/.checksum deleted file mode 100644 index b0053701..00000000 --- a/repos/extra/samurai/.checksum +++ /dev/null @@ -1 +0,0 @@ -9f0315f1f6e123eb32c8cdb5fe98bcca1f1d2f4ca2617675476568cf3ddc07da samurai-1.2.tar.gz diff --git a/repos/extra/samurai/.files b/repos/extra/samurai/.files deleted file mode 100644 index 1efab809..00000000 --- a/repos/extra/samurai/.files +++ /dev/null @@ -1,8 +0,0 @@ -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 deleted file mode 100644 index bfd47efc..00000000 --- a/repos/extra/samurai/abuild +++ /dev/null @@ -1,9 +0,0 @@ -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 -} - |