Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enko/EmacsChocolateyPackage
source code for the emacs package on chocolatey.org
https://github.com/enko/EmacsChocolateyPackage
Last synced: 3 months ago
JSON representation
source code for the emacs package on chocolatey.org
- Host: GitHub
- URL: https://github.com/enko/EmacsChocolateyPackage
- Owner: enko
- Fork: true (cbilson/EmacsChocolateyPackage)
- Created: 2017-11-24T16:02:33.000Z (almost 7 years ago)
- Default Branch: stable/emacs-28
- Last Pushed: 2022-05-02T13:34:57.000Z (over 2 years ago)
- Last Synced: 2024-05-23T04:33:50.317Z (6 months ago)
- Language: PowerShell
- Homepage: https://chocolatey.org/packages/Emacs/
- Size: 48.8 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmacsChocolateyPackage
## Installation
Use [Chocolatey](http://chocolatey.org/) to install this package:
```powershell
> choco install emacs
```## Hacking
If you want to improve upon this package, you can build it yourself this way:
```powershell
> choco pack .\emacs.nuspec
> choco install emacs -source .\ -y
```If you feel confident, create pull request and I will review the changes.
## Build Status
The deployment is done via azure pipelines:
[![Build Status](https://dev.azure.com/takingstack/Emacs%20Chocolatey%20Package/_apis/build/status/enko.EmacsChocolateyPackage?branchName=stable%2Femacs-27)](https://dev.azure.com/takingstack/Emacs%20Chocolatey%20Package/_build/latest?definitionId=1&branchName=stable%2Femacs-27)