File tree Expand file tree Collapse file tree 3 files changed +34
-33
lines changed
Expand file tree Collapse file tree 3 files changed +34
-33
lines changed Original file line number Diff line number Diff line change 11* .sh text eol =lf
2+ * .nix text eol =lf
23/bin /eask text eol =lf
34/eask text eol =lf
Original file line number Diff line number Diff line change 1- ;; -*- mode: eask; lexical-binding: t -*-
2-
3- (package "link"
4- "1.0.0"
5- "")
6-
7- (website-url "")
8- (keywords )
9-
10- (package-file "link.el")
11-
12- (script "test" "echo \"Error: no test specified\" && exit 1")
13-
14- (source "gnu")
15-
16- (depends-on "emacs" "26.1")
1+ ;; -*- mode: eask; lexical-binding: t -*-
2+
3+ (package "link"
4+ "1.0.0"
5+ "")
6+
7+ (website-url "")
8+ (keywords )
9+
10+ (package-file "link.el")
11+
12+ (script "test" "echo \"Error: no test specified\" && exit 1")
13+
14+ (source "gnu")
15+
16+ (depends-on "emacs" "26.1")
Original file line number Diff line number Diff line change 1- ;; -*- mode: eask; lexical-binding: t -*-
2-
3- (package "link-to"
4- "1.0.0"
5- "simple package to link")
6-
7- (website-url "https://example.org")
8- (keywords "test")
9-
10- (package-file "link-to.el")
11-
12- (script "test" "echo \"Error: no test specified\" && exit 1")
13-
14- (source "gnu")
15-
16- (depends-on "emacs" "26.1")
17- (depends-on "json-mode")
1+ ;; -*- mode: eask; lexical-binding: t -*-
2+
3+ (package "link-to"
4+ "1.0.0"
5+ "simple package to link")
6+
7+ (website-url "https://example.org")
8+ (keywords "test")
9+
10+ (package-file "link-to.el")
11+
12+ (script "test" "echo \"Error: no test specified\" && exit 1")
13+
14+ (source "gnu")
15+
16+ (depends-on "emacs" "26.1")
17+ (depends-on "json-mode")
You can’t perform that action at this time.
0 commit comments