summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-08-22 20:22:47 -0400
committerGitHub <noreply@github.com>2020-08-22 20:22:47 -0400
commit397a7e846726ee0dca4047d3033567274d563e98 (patch)
tree7067e1cffa55f022e7a747d65ac1de1407893eb5 /deployment
parent3252796f179e24f4b73b8eb8db52ef932f6e9bc7 (diff)
ci: Add winget template generation (#199)
Adds winget CI generation.
Diffstat (limited to 'deployment')
-rw-r--r--deployment/windows/winget/winget.yaml.template15
1 files changed, 15 insertions, 0 deletions
diff --git a/deployment/windows/winget/winget.yaml.template b/deployment/windows/winget/winget.yaml.template
new file mode 100644
index 00000000..807aa38b
--- /dev/null
+++ b/deployment/windows/winget/winget.yaml.template
@@ -0,0 +1,15 @@
+Id: Clement.bottom
+Version: $version
+Name: bottom
+Publisher: Clement
+License: MIT
+AppMoniker: bottom
+Tags: tui, monitoring, terminal
+Description: Yet another cross-platform graphical process/system monitor.
+Homepage: https://github.com/ClementTsang/bottom
+Installers:
+ - Arch: x64
+ Url: https://github.com/ClementTsang/bottom/releases/download/$version/bottom-$version-x86_64.msi
+ Sha256: $hash
+ InstallerType: msi
+ \ No newline at end of file