diff --git a/README.md b/README.md index 46cc85b..8e553cb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ | Program Name *(manifest name)* | License | Status | | --- | --- | --- | | [Alacritty (Release Candidates)](https://github.com/alacritty/alacritty) *alacritty-rc* | Apache-2.0 | | +| [Emacs](https://www.gnu.org/software/emacs/) *emacs-stable* | GPL-3.0-or-later | | | [Extraterm (Nightly)](https://github.com/sedwards2009/extraterm) *extraterm-nightly* | MIT | | | [hledger](https://hledger.org/) *hledger* | GPL-3.0 | | | [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | | @@ -44,4 +45,3 @@ ![AppVeyor tests (compact)](https://img.shields.io/appveyor/tests/earnestma/scoop-earne?compact_message&style=flat-square) Contributions are welcome as patches or PRs on Github. - diff --git a/bucket/emacs-stable.json b/bucket/emacs-stable.json new file mode 100644 index 0000000..8dd8150 --- /dev/null +++ b/bucket/emacs-stable.json @@ -0,0 +1,46 @@ +{ + "version": "27.1", + "description": "An extensible, customizable, free/libre text editor", + "homepage": "https://www.gnu.org/software/emacs/", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-27/emacs-27.1-x86_64.zip", + "hash": "65f1b01bcd14e59d7da0ebad3979c5df9f9bd8d24b2ff2e32a5af3aacb226229" + }, + "32bit": { + "url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-27/emacs-27.1-i686.zip", + "hash": "a52a1126825f3bf02b727f727874bfccb82ffaab4e914defbeaec28eb3ed6f1e" + } + }, + "bin": [ + "bin\\emacs.exe", + "bin\\emacsclient.exe", + "bin\\emacsclientw.exe", + "bin\\runemacs.exe", + "bin\\etags.exe", + "bin\\ctags.exe" + ], + "shortcuts": [ + [ + "bin\\runemacs.exe", + "Emacs" + ], + [ + "bin\\emacsclientw.exe", + "Emacs Client", + "-c -n -a \"\"" + ] + ], + "checkver": "Emacs ([\\d.]+)", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-$majorVersion/emacs-$version-x86_64.zip" + }, + "32bit": { + "url": "https://ftp.gnu.org/gnu/emacs/windows/emacs-$majorVersion/emacs-$version-i686.zip" + } + } + } +}