gow: Suppress post_install output (#3489)

* gow: Fix checkver, add autoupdate, rearrange bin

* gow: Remove checkver & autoupdate
This commit is contained in:
tech189 2022-04-11 13:05:41 +01:00 committed by GitHub
parent 8ad66e873a
commit 8991743b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,8 @@
"pre_install": "\"@cscript //NoLogo \"\"$dir\\bin\\gow.vbs\"\" %1\" | Set-Content -force \"$dir\\bin\\gow.bat\"",
"post_install": [
"# create etc directory (required by bash), if needed",
"if (! (test-path \"$dir\\etc\")) { new-item -itemtype directory \"$dir\\etc\" }"
"if (! (test-path \"$dir\\etc\")) { new-item -itemtype directory \"$dir\\etc\" | Out-Null }"
],
"checkver": {
"url": "https://github.com/bmatzelle/gow/releases",
"regex": "<a.*?>Gow ([\\d.]+)</a>"
},
"bin": [
"bin\\awk.exe",
"bin\\basename.exe",