diff --git a/recipes/phpactor.rcp b/recipes/phpactor.rcp new file mode 100644 index 000000000..6047b40d4 --- /dev/null +++ b/recipes/phpactor.rcp @@ -0,0 +1,7 @@ +(:name phpactor + :description "Phpactor is an intelligent code-completion and refactoring tool for PHP." + :type github + :pkgname "emacs-php/phpactor.el" + :checkout "develop" + :build (("rm" "-f" "company-phpactor.el")) + :depends (emacs-async composer f php-runtime))