Fix flycheck-package dependencies and create missing package-lint recipe

This commit is contained in:
Stephan Creutz 2019-01-06 12:18:52 +01:00
parent 3642982a1f
commit 13deaa97d2
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
:type github
:description "Flycheck checker for elisp package metadata"
:pkgname "purcell/flycheck-package"
:depends (flycheck)
:depends (flycheck package-lint)
:minimum-emacs-version "24"
:prepare
(eval-after-load "flycheck"

6
recipes/package-lint.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name package-lint
:website "https://github.com/purcell/package-lint"
:description "A linting library for elisp package metadata"
:depends (cl-lib)
:type github
:pkgname "purcell/package-lint")