diff --git a/recipes/flycheck-package.rcp b/recipes/flycheck-package.rcp index ddc26920..73c6cf79 100644 --- a/recipes/flycheck-package.rcp +++ b/recipes/flycheck-package.rcp @@ -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" diff --git a/recipes/package-lint.rcp b/recipes/package-lint.rcp new file mode 100644 index 00000000..dca9612d --- /dev/null +++ b/recipes/package-lint.rcp @@ -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")