ports: Add expat port

This commit is contained in:
2025-06-24 23:07:16 +03:00
parent dba32fb95d
commit fe804c123d
2 changed files with 17 additions and 0 deletions

5
ports/expat/build.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash ../install.sh
NAME='expat'
VERSION='2.7.1'
DOWNLOAD_URL="https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-$VERSION.tar.gz#0cce2e6e69b327fc607b8ff264f4b66bdf71ead55a87ffd5f3143f535f15cfa2"