1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 08:07:34 +00:00

Ports: Add deutex 5.2.2

This commit is contained in:
Mike Swanson 2023-05-11 14:40:39 -07:00 committed by Andreas Kling
parent 5a1c0c6836
commit eb76329ad8
2 changed files with 10 additions and 0 deletions

9
Ports/deutex/package.sh Executable file
View 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'
)