Personal scoop bucket - Mirror
 
Go to file
earnest ma 56aec144c0
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
.github ci: Update email address [skip ci] 2021-01-09 17:26:02 -05:00
.vscode Initial commit 2020-11-24 08:56:43 -05:00
bin Initial commit 2020-11-24 08:56:43 -05:00
bucket emacs-nc: Add latest 2021-04-16 11:10:41 -04:00
.appveyor.yml Customize template 2020-11-24 08:57:08 -05:00
.editorconfig Initial commit 2020-11-24 08:56:43 -05:00
.gitattributes Initial commit 2020-11-24 08:56:43 -05:00
.gitignore Customize template 2020-11-24 08:57:08 -05:00
Bucket.Tests.ps1 Initial commit 2020-11-24 08:56:43 -05:00
README.md emacs-nc: Add latest 2021-04-16 11:10:41 -04:00

README.md

git repo git mirror

earnest's personal scoop bucket

GitHub last commit to main AppVeyor Build Status

GitHub issues GitHub pull requests GitHub commit activity

Add this bucket:

scoop bucket add earne https://github.com/earnestma/scoop-earne


Table of Contents

Apps List

Program Name (manifest name) License Status
Alacritty (Release Candidates) alacritty-rc Apache-2.0
Emacs emacs-stable GPL-3.0-or-later
Emacs personal native-comp builds GPL-3.0-or-later
Emacs development snapshots emacs-snaphot GPL-3.0-or-later
Extraterm (Nightly) extraterm-nightly MIT
hledger hledger GPL-3.0
ledger (Binaries) ledger BSD-3-Clause
ledgerble ledgerble Apache-2.0
notify-send notify-send LGPL-3.0-only
TiddlyDesktop tiddlydesktop UNKNOWN
Xournal++ (Nightly Dev Releases) xournalpp-nightly GPL-2.0-or-later

Contribute

GitHub contributors AppVeyor tests (compact)

Contributions are welcome as patches or PRs on Github.