chore: add Eask pipeline
All checks were successful
CI / build (29.4) (push) Successful in 1m17s
CI / build (snapshot) (push) Successful in 1m3s

This commit is contained in:
2024-09-12 23:12:45 +02:00
parent 570d97004d
commit 75a0d5887e
7 changed files with 100 additions and 9 deletions

19
Eask Normal file
View 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")