mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Ports: Add deutex 5.2.2
This commit is contained in:
parent
5a1c0c6836
commit
eb76329ad8
Notes:
sideshowbarker
2024-07-16 20:22:42 +09:00
Author: https://github.com/chungy Commit: https://github.com/SerenityOS/serenity/commit/eb76329ad8 Pull-request: https://github.com/SerenityOS/serenity/pull/18776
2 changed files with 10 additions and 0 deletions
|
@ -42,6 +42,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`cpio`](cpio/) | GNU cpio archive utility | 2.13 | https://www.gnu.org/software/cpio/ |
|
||||
| [`curl`](curl/) | curl | 8.0.1 | https://curl.se/ |
|
||||
| [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash |
|
||||
| [`deutex`](deutex/) | DeuTex | 5.2.2 | https://github.com/Doom-Utils/deutex |
|
||||
| [`dialog`](dialog/) | Dialog | 1.3-20220526 | https://invisible-island.net/dialog/ |
|
||||
| [`diffutils`](diffutils/) | GNU Diffutils | 3.8 | https://www.gnu.org/software/diffutils/ |
|
||||
| [`dmidecode`](dmidecode/) | dmidecode | 3.5 | https://github.com/mirror/dmidecode |
|
||||
|
|
9
Ports/deutex/package.sh
Executable file
9
Ports/deutex/package.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='deutex'
|
||||
version='5.2.2'
|
||||
useconfigure='true'
|
||||
files="https://github.com/Doom-Utils/deutex/releases/download/v${version}/deutex-${version}.tar.zst deutex-${version}.tar.zst 10ed0e7a533ec97cb6d03548d4258fbec88852a45b5ea4cf5434376ad4174b5f"
|
||||
auth_type='sha256'
|
||||
depends=(
|
||||
'libpng'
|
||||
)
|
Loading…
Reference in a new issue