forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
manifests/a/albertony/npiperelay/1.6.2/albertony.npiperelay.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.4.0.schema.json | ||
|
||
PackageIdentifier: albertony.npiperelay | ||
PackageVersion: 1.6.2 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: npiperelay.exe | ||
PortableCommandAlias: npiperelay | ||
InstallerUrl: https://github.com/albertony/npiperelay/releases/download/v1.6.2/npiperelay_windows_386.zip | ||
InstallerSha256: 388b0da79cb493e5694ec6a7660b85f5e60d729fd7e59f69f2c980c02a28a64e | ||
- Architecture: x64 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: npiperelay.exe | ||
PortableCommandAlias: npiperelay | ||
InstallerUrl: https://github.com/albertony/npiperelay/releases/download/v1.6.2/npiperelay_windows_amd64.zip | ||
InstallerSha256: 986d52900173ca0ee67807abbeed6a529ca2013b75c726934b5463cf34b3bcca | ||
ManifestType: installer | ||
ManifestVersion: 1.4.0 |
15 changes: 15 additions & 0 deletions
15
manifests/a/albertony/npiperelay/1.6.2/albertony.npiperelay.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.4.0.schema.json | ||
|
||
PackageIdentifier: albertony.npiperelay | ||
PackageVersion: 1.6.2 | ||
PackageLocale: en-US | ||
Publisher: albertony | ||
PublisherUrl: https://github.com/albertony/npiperelay | ||
PackageName: npiperelay | ||
License: MIT License | ||
LicenseUrl: https://github.com/albertony/npiperelay/blob/master/LICENSE | ||
ShortDescription: access a Windows named pipe compatible with command-line tools and WSL | ||
Description: npiperelay is a tool that allows you to access a Windows named pipe in a way that is more compatible with a variety of command-line tools. With it, you can use Windows named pipes from the Windows Subsystem for Linux (WSL). Essentially it exposes stdin and stdout to processes in WSL, and relays information to a named pipe used by processes running in Windows, typically with help of the socat tool in the WSL distro. | ||
Moniker: npiperelay | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.4.0 |
7 changes: 7 additions & 0 deletions
7
manifests/a/albertony/npiperelay/1.6.2/albertony.npiperelay.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json | ||
|
||
PackageIdentifier: albertony.npiperelay | ||
PackageVersion: 1.6.2 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.4.0 |