diff options
Diffstat (limited to 'Ports/expat/package.sh')
-rwxr-xr-x | Ports/expat/package.sh | 7 |
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' |