-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathEask
More file actions
32 lines (23 loc) · 739 Bytes
/
Copy pathEask
File metadata and controls
32 lines (23 loc) · 739 Bytes
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
28
29
30
31
32
;; -*- mode: eask; lexical-binding: t -*-
(package "majutsu"
"0.6.0"
"Interface to jj version control system")
(website-url "https://github.com/0WD0/majutsu")
(keywords "vc" "tools")
(package-file "majutsu.el")
;; Test helpers (e.g. majutsu-jj-integration) live under test/ and are
;; outside the package files-spec, so expose them on load-path for ERT.
(load-paths "./test/")
(script "test" "eask test ert test/*-test.el")
(source "gnu")
(depends-on "emacs" "29.1")
(depends-on "compat" "31.0.0.1")
(depends-on "magit" "4.4.0")
(depends-on "consult" "1.0")
(depends-on "transient" "0.8.7")
(depends-on "plz" "0.9.1")
(source 'melpa)
(source 'jcs-elpa)
(development
(depends-on "ellsp")
(depends-on "embark"))