summaryrefslogtreecommitdiff
path: root/Ports/expat
diff options
context:
space:
mode:
authorPeter Elliott <pelliott@ualberta.ca>2023-02-18 14:07:05 -0700
committerLinus Groh <mail@linusgroh.de>2023-02-19 00:37:37 +0100
commit3440292e731a862d649ed9497552eff44da3db1f (patch)
tree54ad5ee993aa71939a411ddac7c9cdadf07c40d0 /Ports/expat
parentf20902deb3c88a16b1cd9fe8cd9d9db16494ddc9 (diff)
downloadserenity-3440292e731a862d649ed9497552eff44da3db1f.zip
Ports: Port the Expat XML parser
Diffstat (limited to 'Ports/expat')
-rwxr-xr-xPorts/expat/package.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/Ports/expat/package.sh b/Ports/expat/package.sh
new file mode 100755
index 0000000000..f0e38029dc
--- /dev/null
+++ b/Ports/expat/package.sh
@@ -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'