1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 14:07:29 +00:00

Ports: Port the Expat XML parser

This commit is contained in:
Peter Elliott 2023-02-18 14:07:05 -07:00 committed by Linus Groh
parent f20902deb3
commit 3440292e73
2 changed files with 8 additions and 0 deletions

View File

@ -57,6 +57,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`edid-decode`](edid-decode/) | edid-decode | 20220315.cb74358c2896 | https://git.linuxtv.org/edid-decode |
| [`emu2`](emu2/) | emu2 DOS emulator | 2021.01 | https://github.com/dmsc/emu2 |
| [`epsilon`](epsilon/) | graphical calculator simulator | 15.5.0 | https://github.com/numworks/epsilon |
| [`expat`](expat/) | Expat XML parser | 2.5.0 | https://libexpat.github.io/ |
| [`ffmpeg`](ffmpeg/) | ffmpeg | 5.0 | https://ffmpeg.org |
| [`fheroes2`](fheroes2/) | Free Heroes of Might and Magic II | 0.9.13 | https://github.com/ihhub/fheroes2 |
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |

7
Ports/expat/package.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='expat'
version='2.5.0'
versionpath='2_5_0'
useconfigure='true'
files="https://github.com/libexpat/libexpat/releases/download/R_${versionpath}/expat-${version}.tar.xz expat-${version}.tar.xz ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe"
auth_type='sha256'