Skip to content

Commit

Permalink
AU: 2 updated - cmder cmdermini
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 25, 2018
1 parent c7b027d commit 7eb59ed
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 61 deletions.
2 changes: 1 addition & 1 deletion automatic/cmder/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@8de5298ea8e9a8b144f2c7be074be60e298144dd/icons/cmder.png" height="48" width="48" /> ![Cmder](https://img.shields.io/chocolatey/v/cmder.svg?label=Cmder&style=for-the-badge)](https://chocolatey.org/packages/cmder)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@19f0c1f2c90aeb944905ec1f42a61e925f82e0be/icons/cmder.png" height="48" width="48" /> ![Cmder](https://img.shields.io/chocolatey/v/cmder.svg?label=Cmder&style=for-the-badge)](https://chocolatey.org/packages/cmder)

Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul. Monokai color scheme, amazing clink and custom prompt layout.

Expand Down
31 changes: 11 additions & 20 deletions automatic/cmder/cmder.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmder</id>
<version>1.3.5</version>
<version>1.3.6</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cmder</packageSourceUrl>
<owners>AdmiringWorm, dtgm</owners>
<title>Cmder</title>
<authors>Samuel Vasko</authors>
<projectUrl>http://cmder.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@8de5298ea8e9a8b144f2c7be074be60e298144dd/icons/cmder.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@19f0c1f2c90aeb944905ec1f42a61e925f82e0be/icons/cmder.png</iconUrl>
<copyright>Copyright (c) 2016 Samuel Vasko</copyright>
<licenseUrl>https://github.com/cmderdev/cmder/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -19,7 +19,7 @@
<tags>cmder console terminal cli foss</tags>
<summary>Lovely console emulator package for Windows</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul. Monokai color scheme, amazing clink and custom prompt layout.
<description><![CDATA[Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul. Monokai color scheme, amazing clink and custom prompt layout.
The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, that is makes it great for USB Sticks or Dropbox. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.
Expand All @@ -29,27 +29,18 @@ Combines utility of 3 distinct tools:
* Cmd.exe enhancements = clink
* Unix tools on windows = msysgit
This package uncompresses to 250 MB and includes Unix commands via bundled msysgit.
See [cmdermini](https://chocolatey.org/packages/cmdermini) (7 MB) for basic console without bundled msysgit.

#### Install location

This package installs into the `cmder` subdirectory of the path defined in the environment variable:
* &lt;chocolatey-0.9.10: `$env:ChocolateyBinRoot`
* &gt;=chocolatey-0.9.10: `$env:ChocolateyToolsLocation`
## Notes
To determine installed chocolatey version: `choco -v`

Note that when upgrading to &gt;=0.9.10, if `$env:ChocolateyBinRoot` exists, the value will be preserved and variable updated to new name. If neither variable exists, the default location is used: `$env:SystemDrive\tools`</description>
This package uncompresses to 250 MB and includes Unix commands via bundled msysgit.
See [cmdermini](https://chocolatey.org/packages/cmdermini) (8 MB) for basic console without bundled msysgit.
]]></description>
<releaseNotes>
[Software Changelog](#### Program
* [Changelog](https://github.com/cmderdev/cmder/blob/master/CHANGELOG.md)
[Package changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/cmder/Changelog.md)

#### Package
* Automatically (stable releases only) built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm))
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/cmder/Changelog.md)
</releaseNotes>
### Software changelog
See https://github.com/cmderdev/cmder/blob/master/CHANGELOG.md
</releaseNotes>
<dependencies>
<dependency id="vcredist2010" version="10.0.40219.2" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmder/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/cmderdev/cmder/releases/latest>
location on <https://github.com/cmderdev/cmder/releases/tag/v1.3.6>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <https://github.com/cmderdev/cmder/releases/download/v1.3.6/cmder.7z>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum:
checksum type: sha256
checksum: 4AD3F927932FEB6754683A4DB1A4984DB8EE662D45B7BDE57EF8E206E8749711

The file 'LICENSE.txt' has been obtained from <https://github.com/cmderdev/cmder/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/cmder/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
file = "$toolsPath\"
file = "$toolsPath\cmder.7z"
}

Get-ChocolateyUnzip @packageArgs
rm $toolsPath\*.7z -ea 0
Remove-Item $toolsPath\*.7z -ea 0

Install-ChocolateyPath $packageArgs['destination'] 'User'
2 changes: 1 addition & 1 deletion automatic/cmder/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Import-Module $unScriptPath
Uninstall-ChocolateyPath $installPath 'User'

if (Test-Path $installPath) {
rm -path $installPath -Recurse -Force
Remove-Item -path $installPath -Recurse -Force
}
2 changes: 1 addition & 1 deletion automatic/cmdermini/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@8de5298ea8e9a8b144f2c7be074be60e298144dd/icons/cmder.png" height="48" width="48" /> ![Cmder Mini](https://img.shields.io/chocolatey/v/cmdermini.svg?label=Cmder%20Mini&style=for-the-badge)](https://chocolatey.org/packages/cmdermini)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@19f0c1f2c90aeb944905ec1f42a61e925f82e0be/icons/cmder.png" height="48" width="48" /> ![Cmder Mini](https://img.shields.io/chocolatey/v/cmdermini.svg?label=Cmder%20Mini&style=for-the-badge)](https://chocolatey.org/packages/cmdermini)

CmderMini (no bundled msysgit) is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul. Monokai color scheme, amazing clink and custom prompt layout.

Expand Down
40 changes: 15 additions & 25 deletions automatic/cmdermini/cmdermini.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>cmder</id>
<version>1.3.5</version>
<id>cmdermini</id>
<version>1.3.6</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/cmdermini</packageSourceUrl>
<owners>AdmiringWorm, dtgm</owners>
<title>Cmder Mini</title>
<authors>Samuel Vasko</authors>
<projectUrl>http://cmder.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@8de5298ea8e9a8b144f2c7be074be60e298144dd/icons/cmder.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@19f0c1f2c90aeb944905ec1f42a61e925f82e0be/icons/cmder.png</iconUrl>
<copyright>Copyright (c) 2016 Samuel Vasko</copyright>
<licenseUrl>https://github.com/cmderdev/cmder/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -19,37 +19,27 @@
<tags>cmder console terminal cli foss</tags>
<summary>Lovely console emulator package for Windows</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>Cmder is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul. Monokai color scheme, amazing clink and custom prompt layout.
<description><![CDATA[CmderMini (no bundled msysgit) is a software package created out of pure frustration over absence of usable console emulator on Windows. It is based on ConEmu with major config overhaul. Monokai color scheme, amazing clink and custom prompt layout.
The main advantage of Cmder is portability. It is designed to be totally self-contained with no external dependencies, that is makes it great for USB Sticks or Dropbox. So you can carry your console, aliases and binaries (like wget, curl and git) with you anywhere.
Combines utility of 3 distinct tools:
Combines utility of 2 distinct tools:
* Console emulator = Conemu
* Cmd.exe enhancements = clink
* Unix tools on windows = msysgit
Console emulator = Conemu
Cmd.exe enhancements = clink
This package uncompresses to 250 MB and includes Unix commands via bundled msysgit.
See [cmdermini](https://chocolatey.org/packages/cmdermini) (7 MB) for basic console without bundled msysgit.
#### Install location
## Notes
This package installs into the `cmder` subdirectory of the path defined in the environment variable:

* &lt;chocolatey-0.9.10: `$env:ChocolateyBinRoot`
* &gt;=chocolatey-0.9.10: `$env:ChocolateyToolsLocation`

To determine installed chocolatey version: `choco -v`

Note that when upgrading to &gt;=0.9.10, if `$env:ChocolateyBinRoot` exists, the value will be preserved and variable updated to new name. If neither variable exists, the default location is used: `$env:SystemDrive\tools`</description>
This package uncompresses to 8 MB and does not include Unix integration via msysgit.
See [cmder](https://chocolatey.org/packages/cmder) (250 MB) for enhanced console with bundled Unix utilities via msysgit.
]]></description>
<releaseNotes>
[Software Changelog](#### Program
* [Changelog](https://github.com/cmderdev/cmder/blob/master/CHANGELOG.md)
[Package changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/cmdermini/Changelog.md)

#### Package
* Automatically (stable releases only) built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm))
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/cmder/Changelog.md)
</releaseNotes>
### Software changelog
See https://github.com/cmderdev/cmder/blob/master/CHANGELOG.md
</releaseNotes>
<dependencies>
<dependency id="vcredist2010" version="10.0.40219.2" />
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmdermini/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/cmderdev/cmder/releases/latest>
location on <https://github.com/cmderdev/cmder/releases/tag/v1.3.6>
and can be verified by doing the following:

1. Download the following <>
1. Download the following <https://github.com/cmderdev/cmder/releases/download/v1.3.6/cmder.7z>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum:
checksum type: sha256
checksum: 4AD3F927932FEB6754683A4DB1A4984DB8EE662D45B7BDE57EF8E206E8749711

The file 'LICENSE.txt' has been obtained from <https://github.com/cmderdev/cmder/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/cmdermini/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
destination = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
file = "$toolsPath\"
file = "$toolsPath\cmder.7z"
}

Get-ChocolateyUnzip @packageArgs
rm $toolsPath\*.7z -ea 0
Remove-Item $toolsPath\*.7z -ea 0

Install-ChocolateyPath $packageArgs['destination'] 'User'
2 changes: 1 addition & 1 deletion automatic/cmdermini/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Import-Module $unScriptPath
Uninstall-ChocolateyPath $installPath 'User'

if (Test-Path $installPath) {
rm -path $installPath -Recurse -Force
Remove-Item -path $installPath -Recurse -Force
}

0 comments on commit 7eb59ed

Please sign in to comment.