diff --git a/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.installer.yaml b/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.installer.yaml new file mode 100644 index 000000000..da7be97c9 --- /dev/null +++ b/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.installer.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json +PackageIdentifier: Xmake-io.Xmake +PackageVersion: 2.5.4 +MinimumOSVersion: 10.0.0.0 +InstallModes: + - interactive + - silent + - silentWithProgress +InstallerType: nullsoft +Installers: + - Architecture: x64 + InstallerUrl: https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win64.exe + InstallerSha256: 2B4D49E871BBC0B5C883F2F7FD3FC95CCAAB281931054EFC8616B4F02F693A4B + Scope: machine + InstallerLocale: en-US + UpgradeBehavior: install + - Architecture: x86 + InstallerUrl: https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win32.exe + InstallerSha256: BACC4D3B8DC5ED426F1855ACBF121205EF121F66AED6F1B3488D5731FDF1412F + Scope: machine + InstallerLocale: en-US + UpgradeBehavior: install +ManifestType: installer +ManifestVersion: 1.0.0 diff --git a/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.locale.en-US.yaml b/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.locale.en-US.yaml new file mode 100644 index 000000000..c548e2002 --- /dev/null +++ b/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.locale.en-US.yaml @@ -0,0 +1,24 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json +PackageIdentifier: Xmake-io.Xmake +PackageVersion: 2.5.4 +PackageLocale: en-US +Publisher: The TBOOX Open Source Group +PublisherUrl: https://github.com/xmake-io/xmake +PublisherSupportUrl: https://github.com/xmake-io/xmake/issues +#PrivacyUrl: +Author: xmake-io +PackageName: XMake build utility +PackageUrl: https://github.com/xmake-io/xmake +License: Apache License 2.0 +LicenseUrl: https://raw.githubusercontent.com/xmake-io/xmake/master/LICENSE.md +#Copyright: +#CopyrightUrl: +ShortDescription: A cross-platform build utility based on Lua. +Description: xmake is a lightweight cross-platform build utility based on Lua. It uses xmake.lua to maintain project builds. Compared with makefile/CMakeLists.txt, the configuration syntax is more concise and intuitive. It is very friendly to novices and can quickly get started in a short time. Let users focus more on actual project development. +Moniker: xmake +Tags: + - lua + - cross-platform + - open source +ManifestType: defaultLocale +ManifestVersion: 1.0.0 diff --git a/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.yaml b/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.yaml index 3ea74c950..e17f425f5 100644 --- a/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.yaml +++ b/manifests/x/Xmake-io/Xmake/2.5.4/Xmake-io.Xmake.yaml @@ -1,20 +1,6 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json PackageIdentifier: Xmake-io.Xmake -Publisher: xmake-io -PackageName: XMake PackageVersion: 2.5.4 -License: Apache License 2.0 -LicenseUrl: https://raw.githubusercontent.com/xmake-io/xmake/master/LICENSE.md -Moniker: xmake -ShortDescription: A cross-platform build utility based on Lua. -PackageUrl: https://github.com/xmake-io/xmake -Installers: -- Architecture: x64 - InstallerType: exe - InstallerUrl: https://github.com/xmake-io/xmake/releases/download/v2.5.4/xmake-v2.5.4.win64.exe - InstallerSha256: 2b4d49e871bbc0b5c883f2f7fd3fc95ccaab281931054efc8616b4f02f693a4b - InstallerSwitches: - Silent: /S - SilentWithProgress: /S -PackageLocale: en-US -ManifestType: singleton +DefaultLocale: en-US +ManifestType: version ManifestVersion: 1.0.0