chore: add Eask pipeline
This commit is contained in:
19
Eask
Normal file
19
Eask
Normal file
@@ -0,0 +1,19 @@
|
||||
;;; -*- mode: cask -*-
|
||||
(package "conlanging"
|
||||
"0.1.0"
|
||||
"Helper functions for conlanging")
|
||||
|
||||
(website-url "https://labs.phundrak.com/phundrak/conlanging.el")
|
||||
(keywords "convenience")
|
||||
|
||||
(package-file "conlanging.el")
|
||||
|
||||
(script "test" "echo \"Error: no test specified\" && exit 1")
|
||||
|
||||
(source "gnu")
|
||||
|
||||
(depends-on "emacs" "26.1")
|
||||
(depends-on "ivy" "0.13")
|
||||
(depends-on "org" "9")
|
||||
(depends-on "counsel" "0.13")
|
||||
(depends-on "dash" "2.19")
|
||||
Reference in New Issue
Block a user