Skip to content

Instantly share code, notes, and snippets.

@cbilson
Created April 3, 2012 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbilson/6f16e0d6c88b92cc08d1 to your computer and use it in GitHub Desktop.
Save cbilson/6f16e0d6c88b92cc08d1 to your computer and use it in GitHub Desktop.
chocolatey emacs package
Install-ChocolateyZipPackage 'Emacs' 'http://ftp.gnu.org/pub/gnu/emacs/windows/emacs-24.1-bin-i386.zip' "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Emacs</id>
<title>Emacs</title>
<version>24.1</version>
<authors>The GNU Project</authors>
<owners>Chris Bilson</owners>
<summary>The emacs editor</summary>
<description>GNU Emacs is an extensible, customizable text editor—and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.</description>
<projectUrl>http://www.gnu.org/software/emacs/</projectUrl>
<tags>emacs editor admin</tags>
<copyright></copyright>
<licenseUrl>http://www.gnu.org/software/emacs/manual/html_node/emacs/Distrib.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://cvs.savannah.gnu.org/viewvc/*checkout*/emacs/emacs/etc/images/icons/hicolor/48x48/apps/emacs.png</iconUrl>
</metadata>
</package>
Install-ChocolateyZipPackage 'Emacs' 'http://alpha.gnu.org/gnu/emacs/windows/emacs-20120514-r108224-bin-i386.zip' "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment