File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
57
57
| [ ` edid-decode ` ] ( edid-decode/ ) | edid-decode | 20220315.cb74358c2896 | https://git.linuxtv.org/edid-decode |
58
58
| [ ` emu2 ` ] ( emu2/ ) | emu2 DOS emulator | 2021.01 | https://github.com/dmsc/emu2 |
59
59
| [ ` 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/ |
60
61
| [ ` ffmpeg ` ] ( ffmpeg/ ) | ffmpeg | 5.0 | https://ffmpeg.org |
61
62
| [ ` fheroes2 ` ] ( fheroes2/ ) | Free Heroes of Might and Magic II | 0.9.13 | https://github.com/ihhub/fheroes2 |
62
63
| [ ` figlet ` ] ( figlet/ ) | FIGlet | 2.2.5 | http://www.figlet.org/ |
Original file line number Diff line number Diff line change
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'
You can’t perform that action at this time.
0 commit comments