[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/zig-mode 53e004c39a 02/24: Add Eask file
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/zig-mode 53e004c39a 02/24: Add Eask file |
Date: |
Wed, 21 Feb 2024 07:01:39 -0500 (EST) |
branch: elpa/zig-mode
commit 53e004c39a4e3b59b395729884894e5f7f4056ef
Author: JenChieh <jcs090218@gmail.com>
Commit: JenChieh <jcs090218@gmail.com>
Add Eask file
---
Eask | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/Eask b/Eask
new file mode 100644
index 0000000000..fa8100b035
--- /dev/null
+++ b/Eask
@@ -0,0 +1,18 @@
+(package "zig-mode"
+ "0.0.8"
+ "A major mode for the Zig programming language")
+
+(website-url "https://github.com/zig-lang/zig-mode")
+(keywords "zig" "languages")
+
+(package-file "zig-mode.el")
+
+(script "test" "echo \"Error: no test specified\" && exit 1")
+
+(source 'gnu)
+(source 'melpa)
+
+(depends-on "emacs" "24.3")
+(depends-on "reformatter")
+
+(setq network-security-level 'low) ; see
https://github.com/jcs090218/setup-emacs-windows/issues/156#issuecomment-932956432
- [nongnu] elpa/zig-mode updated (905dbfe02e -> 9ce2009710), ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode 2f9b70a6c6 01/24: Correctly use backslashes for indent-chars, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode 9c0dd92a75 03/24: Remove appveyor test, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode 53e004c39a 02/24: Add Eask file,
ELPA Syncer <=
- [nongnu] elpa/zig-mode 0c260a74e6 12/24: chore: Drop 24.x and 25.x, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode f3e952c24a 11/24: chore: Organize header a bit, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode f89ea9a7e9 09/24: test: Only major latest version, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode eb5448bcd0 08/24: Ignore build tools, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode ca0754b3f7 07/24: test: With Eask, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode 9c37934b49 04/24: ci: Add workflow dispatch, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode 18bb915842 10/24: chore: Add myself as maintainer, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode b808ab1748 05/24: test snapshot, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode 50d84aca4c 06/24: ci: Cancel workflow if head changes, ELPA Syncer, 2024/02/21
- [nongnu] elpa/zig-mode 2d3e9986c1 13/24: ci: Install Eask, ELPA Syncer, 2024/02/21