2021-01-26 09:41:29 -05:00
|
|
|
[![git repo](https://img.shields.io/badge/repo-git-informational)](https://github.com/earnestma/scoop-earne)
|
2021-03-01 15:37:12 -05:00
|
|
|
[![git mirror](https://img.shields.io/badge/mirror-git-lightgrey)](https://gitea.earne.link/earnestma/scoop-earne)
|
2021-01-26 09:41:29 -05:00
|
|
|
|
2020-11-23 19:34:55 -05:00
|
|
|
<div align="center">
|
|
|
|
|
|
|
|
# earnest's personal scoop bucket
|
|
|
|
|
|
|
|
![GitHub last commit to main](https://img.shields.io/github/last-commit/earnestma/scoop-earne/main?style=flat-square)
|
|
|
|
![AppVeyor Build Status](https://img.shields.io/appveyor/build/earnestma/scoop-earne/main?style=flat-square)
|
|
|
|
|
|
|
|
![GitHub issues](https://img.shields.io/github/issues/earnestma/scoop-earne?style=flat-square)
|
|
|
|
![GitHub pull requests](https://img.shields.io/github/issues-pr/earnestma/scoop-earne?style=flat-square)
|
|
|
|
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/earnestma/scoop-earne?style=flat-square)
|
|
|
|
|
|
|
|
### Add this bucket:
|
|
|
|
|
|
|
|
`scoop bucket add earne https://github.com/earnestma/scoop-earne`
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
### Table of Contents
|
|
|
|
|
|
|
|
- [Apps List](#apps-list)
|
|
|
|
- [Contribute](#contribute)
|
|
|
|
|
|
|
|
# Apps List
|
|
|
|
|
2020-11-23 20:34:08 -05:00
|
|
|
| Program Name *(manifest name)* | License | Status |
|
|
|
|
| --- | --- | --- |
|
2020-11-24 10:28:10 -05:00
|
|
|
| [Alacritty (Release Candidates)](https://github.com/alacritty/alacritty) *alacritty-rc* | Apache-2.0 | |
|
2020-12-09 23:03:07 -05:00
|
|
|
| [Emacs](https://www.gnu.org/software/emacs/) *emacs-stable* | GPL-3.0-or-later | |
|
emacs-nc: Add latest
diff --git a/README.md b/README.md
index a53f926..2d157bf 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@
| --- | --- | --- |
| [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 | |
+| [Emacs personal native-comp builds](https://github.com/earnestma/emacs-win10-builds-native-comp) | GPL-3.0-or-later | |
| Emacs development snapshots *emacs-snaphot* | GPL-3.0-or-later | |
| [Extraterm (Nightly)](https://github.com/sedwards2009/extraterm) *extraterm-nightly* | MIT | |
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
diff --git a/bucket/emacs-nc.json b/bucket/emacs-nc.json
new file mode 100644
index 0000000..eaea1ac
--- /dev/null
+++ b/bucket/emacs-nc.json
@@ -0,0 +1,30 @@
+{
+ "version": "latest",
+ "description": "Personal native-comp builds",
+ "homepage": "https://github.com/earnestma/emacs-win10-builds-native-comp",
+ "license": "GPL-3.0-or-later",
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/earnestma/emacs-win10-builds-native-comp/releases/download/latest/emacs.zip"
+ }
+ },
+ "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 \"\""
+ ]
+ ]
+}
2021-04-16 11:10:41 -04:00
|
|
|
| [Emacs personal native-comp builds](https://github.com/earnestma/emacs-win10-builds-native-comp) | GPL-3.0-or-later | |
|
2021-01-02 19:27:55 -05:00
|
|
|
| Emacs development snapshots *emacs-snaphot* | GPL-3.0-or-later | |
|
2020-11-24 10:28:10 -05:00
|
|
|
| [Extraterm (Nightly)](https://github.com/sedwards2009/extraterm) *extraterm-nightly* | MIT | |
|
2020-11-23 20:34:08 -05:00
|
|
|
| [hledger](https://hledger.org/) *hledger* | GPL-3.0 | |
|
2020-11-23 20:37:40 -05:00
|
|
|
| [ledger](https://www.ledger-cli.org/) ([Binaries](https://github.com/FullofQuarks/Windows-Ledger-Binaries)) *ledger* | BSD-3-Clause | |
|
2020-11-23 21:44:09 -05:00
|
|
|
| [ledgerble](https://github.com/sbridges/ledgerble) *ledgerble* | Apache-2.0 | |
|
2021-03-01 15:37:58 -05:00
|
|
|
| [notify-send](https://github.com/vaskovsky/notify-send/) *notify-send* | LGPL-3.0-only | |
|
2020-11-30 23:01:17 -05:00
|
|
|
| [TiddlyDesktop](https://github.com/Jermolene/TiddlyDesktop) *tiddlydesktop* | UNKNOWN | |
|
2020-11-30 13:03:26 -05:00
|
|
|
| [Xournal++ (Nightly Dev Releases)](https://github.com/xournalpp/xournalpp) *xournalpp-nightly* | GPL-2.0-or-later | |
|
2020-11-23 19:34:55 -05:00
|
|
|
|
|
|
|
# Contribute
|
|
|
|
|
2020-11-23 21:44:09 -05:00
|
|
|
![GitHub contributors](https://img.shields.io/github/contributors/earnestma/scoop-earne?style=flat-square)
|
2020-11-23 19:34:55 -05:00
|
|
|
![AppVeyor tests (compact)](https://img.shields.io/appveyor/tests/earnestma/scoop-earne?compact_message&style=flat-square)
|
|
|
|
|
2020-11-23 21:44:09 -05:00
|
|
|
Contributions are welcome as patches or PRs on Github.
|