Skip to content

Commit

Permalink
Ports: Port the Expat XML parser
Browse files Browse the repository at this point in the history
  • Loading branch information
petelliott authored and linusg committed Feb 18, 2023
1 parent f20902d commit 3440292
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Ports/AvailablePorts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://www.figlet.org/ |
Expand Down
7 changes: 7 additions & 0 deletions Ports/expat/package.sh
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 3440292

Please sign in to comment.