branch: externals/colorful-mode
commit b01d1e17db4d99dae65f1c1b0ed3d13ecf2c4a41
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>
ci: Add Eask-file for tests
---
Eask | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/Eask b/Eask
new file mode 100644
index 0000000000..98f60b8aa1
--- /dev/null
+++ b/Eask
@@ -0,0 +1,15 @@
+(package "colorful-mode"
+ "1.0.4"
+ "Preview any color in your buffer in real time")
+
+(website-url "https://github.com/DevelopmentCool2449/colorful-mode")
+(keywords "faces" "tools" "matching" "convenience")
+
+(package-file "colorful-mode.el")
+
+(script "test" "echo \"Error: no test specified\" && exit 1")
+
+(source "gnu")
+
+(depends-on "emacs" "28.1")
+(depends-on "compat")