el-get/recipes/flycheck.rcp

8 lines
248 B
Plaintext
Raw Normal View History

2013-04-28 20:35:37 +08:00
(:name flycheck
:type github
:pkgname "lunaryorn/flycheck"
2013-04-28 20:35:37 +08:00
:description "On-the-fly syntax checking extension"
2013-09-18 19:15:55 +08:00
:build ("cd doc && makeinfo flycheck.texi")
:info "./doc"
2013-08-21 10:28:29 +08:00
:depends (s dash cl-lib f pkg-info))