add gettext support

This commit is contained in:
crazywhalecc
2024-02-16 01:28:10 +08:00
parent 9777c9aa93
commit 05e3898e7a
13 changed files with 131 additions and 5 deletions

View File

@@ -129,6 +129,15 @@
"path": "LICENSE.TXT"
}
},
"gettext": {
"type": "filelist",
"url": "https://ftp.gnu.org/pub/gnu/gettext/",
"regex": "/href=\"(?<file>gettext-(?<version>[^\"]+)\\.tar\\.xz)\"/",
"license": {
"type": "file",
"path": "COPYING"
}
},
"gmp": {
"type": "ghtagtar",
"repo": "alisw/GMP",