1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 01:27:34 +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

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'