-
Notifications
You must be signed in to change notification settings - Fork 5
/
Eask
27 lines (22 loc) · 986 Bytes
/
Eask
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(package "comment-dwim-2"
"1.5.0"
"An all-in-one comment command to rule them all")
(website-url "https://github.com/remyferre/comment-dwim-2")
(keywords "convenience" "tools")
(package-file "comment-dwim-2.el")
;; Can be run with "eask run script SCRIPT"
(script "lint" (concat
"eask lint package comment-dwim-2.el && "
"eask lint checkdoc comment-dwim-2.el && "
"eask lint elint comment-dwim-2.el && "
"eask lint elisp-lint comment-dwim-2.el && "
"eask lint indent comment-dwim-2.el && "
"eask lint keywords && "
"eask lint declare comment-dwim-2.el && "
"eask lint regexps comment-dwim-2.el && "
"eask compile comment-dwim-2.el ; "
"eask clean autoloads -- ; eask clean elc --"))
(script "test" "eask test ert test/comment-dwim-2-test.el")
(source "gnu")
(source "melpa")
(depends-on "emacs" "28.1")