From 48a6c527dca99e2e3073dd9968f1a997584ad009 Mon Sep 17 00:00:00 2001 From: Tunisiano187 Date: Fri, 28 Jun 2024 14:44:01 +0000 Subject: [PATCH] Package download kcast [skip ci] --- automatic/kcast/README.md | 36 ++++++++++++++++ automatic/kcast/kcast.nuspec | 47 +++++++++++++++++++++ automatic/kcast/tools/chocolateyinstall.ps1 | 22 ++++++++++ 3 files changed, 105 insertions(+) create mode 100644 automatic/kcast/README.md create mode 100644 automatic/kcast/kcast.nuspec create mode 100644 automatic/kcast/tools/chocolateyinstall.ps1 diff --git a/automatic/kcast/README.md b/automatic/kcast/README.md new file mode 100644 index 000000000..cff2b8cf7 --- /dev/null +++ b/automatic/kcast/README.md @@ -0,0 +1,36 @@ +[![](https://img.shields.io/chocolatey/v/kcast?color=green&label=kcast)](https://chocolatey.org/packages/kcast) [![](https://img.shields.io/chocolatey/dt/kcast)](https://chocolatey.org/packages/kcast) + +## Kcast (Install) + +![Screenshot of Kcast](http://applications.kitco.com/supportcenter/images/ss_taskbar.jpg) + +###Get live precious metal prices on your PC taskbar +Now with oil, base metals, currencies, indices and multilingual support + +**Kcast for Windows**, a powerful, easy-to-use program, displays live precious metal prices on your computer’s taskbar, showing you vital information at a glance. It even gives you historical charts from as far back as 10 years ago. With **Kcast for Windows**, you’re in the know and in control. + +##Key Features of Kcast for Windows 7 and 8: + +* Live quotes and charts for copper, nickel, aluminum, zinc, lead, uranium, oil, seven market indices, five gold indices, a base metal index, and 14 currencies +* Precious metal quotes available in 14 currencies +* Choice of three units of measure for precious and base metal quotes +* Customizable application tray icons +* Font size adjustable up to 125% for improved legibility +* Available in English, French, Traditional Chinese and Simplified Chinese +* Live prices for gold, silver, platinum, palladium and rhodium on your taskbar +* Charts for gold, silver, platinum, palladium and rhodium +* Data from [Kitco.com](http://kitco.com), the world’s number one precious metals website +* 24-hour, 30-day, 60-day, six-month*, one-year, five-year* and 10-year* charts +* Display current prices, update times, bid and ask prices*, price changes* and percent price changes* +* User-adjustable refresh rates and time zone options (GMT or local time, NY time also available on Windows 7 and 8 versions) +* Direct links to main pages on [www.kitco.com](http://www.kitco.com) + +**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/kcast/readme.md)** + +#### [choco://kcast](choco://kcast) +To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support) + +### Package-specific issue +If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose) + +Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano) diff --git a/automatic/kcast/kcast.nuspec b/automatic/kcast/kcast.nuspec new file mode 100644 index 000000000..9a2b9a302 --- /dev/null +++ b/automatic/kcast/kcast.nuspec @@ -0,0 +1,47 @@ + + + + kcast + 3.2.0.0 + Kcast (Install) + Kitco Metals Inc. + bcurran3 + http://www.kitco.com/termsofuse/ + http://applications.kitco.com/supportcenter/taskbar + https://raw.githubusercontent.com/bcurran3/ChocolateyPackages/master/kcast/kcast_icon.png + false + ![Screenshot of Kcast](http://applications.kitco.com/supportcenter/images/ss_taskbar.jpg) + +###Get live precious metal prices on your PC taskbar +Now with oil, base metals, currencies, indices and multilingual support + +**Kcast for Windows**, a powerful, easy-to-use program, displays live precious metal prices on your computer’s taskbar, showing you vital information at a glance. It even gives you historical charts from as far back as 10 years ago. With **Kcast for Windows**, you’re in the know and in control. + +##Key Features of Kcast for Windows 7 and 8: + +* Live quotes and charts for copper, nickel, aluminum, zinc, lead, uranium, oil, seven market indices, five gold indices, a base metal index, and 14 currencies +* Precious metal quotes available in 14 currencies +* Choice of three units of measure for precious and base metal quotes +* Customizable application tray icons +* Font size adjustable up to 125% for improved legibility +* Available in English, French, Traditional Chinese and Simplified Chinese +* Live prices for gold, silver, platinum, palladium and rhodium on your taskbar +* Charts for gold, silver, platinum, palladium and rhodium +* Data from [Kitco.com](http://kitco.com), the world’s number one precious metals website +* 24-hour, 30-day, 60-day, six-month*, one-year, five-year* and 10-year* charts +* Display current prices, update times, bid and ask prices*, price changes* and percent price changes* +* User-adjustable refresh rates and time zone options (GMT or local time, NY time also available on Windows 7 and 8 versions) +* Direct links to main pages on [www.kitco.com](http://www.kitco.com) + +**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/kcast/readme.md)** + Kcast lets you view live sport prices for precious metals on your taskbar. + Kitco Metals Inc. + kcast taskbar gold silver metal market prices indices quotes charts precious metals + https://github.com/bcurran3/ChocolateyPackages/tree/master/kcast + http://www.kitco.com/kcastwindows7/en/referenceguide.pdf + https://gold-forum.kitco.com/ + + + + + diff --git a/automatic/kcast/tools/chocolateyinstall.ps1 b/automatic/kcast/tools/chocolateyinstall.ps1 new file mode 100644 index 000000000..4d68176a8 --- /dev/null +++ b/automatic/kcast/tools/chocolateyinstall.ps1 @@ -0,0 +1,22 @@ +$packageName = 'kcast' +$installerType = 'exe' +$url = 'http://www.kitco.com/kcastwindows8/v3200/kcastsetup320.exe' +$checksum = '71ADF8DDCCC22ADE7A1E2ACF55559F13E2FC71F4E927F143CFA27FCFF4464A7F' +$silentArgs = '/S /v/qn' +$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" +$validExitCodes = @(0,1) +$softwareName = 'Kcast for Windows' + +$packageArgs = @{ + packageName = $packageName + fileType = $installerType + url = $url + validExitCodes= $validExitCodes + silentArgs = $silentArgs + softwareName = $softwareName + checksum = $checksum + checksumType = 'sha256' +} + +Install-ChocolateyPackage @packageArgs +