clean and reorg windows package manager contrib

This commit is contained in:
lepapareil 2021-11-11 00:56:08 +01:00
parent 872c4db7a9
commit 9c28e9224d
5 changed files with 3 additions and 45 deletions

View File

@ -1,6 +1,6 @@
# how to manage hurl chocolatey package
First update *.nuspec and tools/*.ps1 files and execute local installer:
First update *.nuspec and tools/*.ps1 files and then execute local installer:
```
choco pack
@ -9,7 +9,7 @@ hurl --version
echo GET google.fr | hurl --location
```
Then push package to offical chocolatey repository
and finally push package to official chocolatey repository
```
choco apikey -k [API_KEY_HERE] -source https://push.chocolatey.org/

View File

@ -1,26 +0,0 @@
{
"version": "1.4.0",
"description": "Command line tool that performs HTTP requests defined in a simple plain text format",
"homepage": "https://hurl.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Orange-OpenSource/hurl/releases/download/1.4.0/hurl-1.4.0-win64.zip",
"hash": "78255bb838095a1015679f92189074c1162edd51b5edc1dda7b863ba7304c4b5"
}
},
"bin": [
"hurl.exe",
"hurlfmt.exe"
],
"checkver": {
"github": "https://github.com/Orange-OpenSource/hurl"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Orange-OpenSource/hurl/releases/download/$version/hurl-$version-win64.zip"
}
}
}
}

View File

@ -0,0 +1 @@
Official hurl manifest url [#324](https://github.com/Orange-OpenSource/hurl/issues/324) : https://github.com/microsoft/winget-pkgs/tree/master/manifests/o/Orange-OpenSource/Hurl/1.4.0

View File

@ -1,17 +0,0 @@
PackageIdentifier: "orange-opensource.hurl"
PackageName: "hurl"
PackageVersion: "1.4.0"
PackageLocale: "en-US"
Publisher: "orange-opensource"
PublisherUrl: "https://github.com/Orange-OpenSource/hurl"
License: "Apache-2.0"
LicenseUrl: "https://github.com/Orange-OpenSource/hurl/blob/master/LICENSE"
ShortDescription: "Hurl is a command line tool that performs HTTP requests defined in a simple plain text format."
Description: "It can perform requests, capture values and evaluate queries on headers and body response. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions."
Installers:
- Architecture: "x64"
InstallerType: "zip"
InstallerUrl: "https://github.com/Orange-OpenSource/hurl/releases/download/1.4.0/hurl-1.4.0-win64.zip"
InstallerSha256: "78255bb838095a1015679f92189074c1162edd51b5edc1dda7b863ba7304c4b5"
ManifestType: "singleton"
ManifestVersion: "1.0.0"