mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 03:52:09 +03:00
clean and reorg windows package manager contrib
This commit is contained in:
parent
872c4db7a9
commit
9c28e9224d
@ -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/
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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
|
@ -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"
|
Loading…
Reference in New Issue
Block a user