Skip to content

Commit 3440292

Browse files
petelliottlinusg
authored andcommitted
Ports: Port the Expat XML parser
1 parent f20902d commit 3440292

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Ports/AvailablePorts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
5757
| [`edid-decode`](edid-decode/) | edid-decode | 20220315.cb74358c2896 | https://git.linuxtv.org/edid-decode |
5858
| [`emu2`](emu2/) | emu2 DOS emulator | 2021.01 | https://github.com/dmsc/emu2 |
5959
| [`epsilon`](epsilon/) | graphical calculator simulator | 15.5.0 | https://github.com/numworks/epsilon |
60+
| [`expat`](expat/) | Expat XML parser | 2.5.0 | https://libexpat.github.io/ |
6061
| [`ffmpeg`](ffmpeg/) | ffmpeg | 5.0 | https://ffmpeg.org |
6162
| [`fheroes2`](fheroes2/) | Free Heroes of Might and Magic II | 0.9.13 | https://github.com/ihhub/fheroes2 |
6263
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |

Ports/expat/package.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env -S bash ../.port_include.sh
2+
port='expat'
3+
version='2.5.0'
4+
versionpath='2_5_0'
5+
useconfigure='true'
6+
files="https://github.com/libexpat/libexpat/releases/download/R_${versionpath}/expat-${version}.tar.xz expat-${version}.tar.xz ef2420f0232c087801abf705e89ae65f6257df6b7931d37846a193ef2e8cdcbe"
7+
auth_type='sha256'

0 commit comments

Comments
 (0)