diff --git a/recipes/php-runtime.rcp b/recipes/php-runtime.rcp new file mode 100644 index 00000000..03ee3980 --- /dev/null +++ b/recipes/php-runtime.rcp @@ -0,0 +1,5 @@ +(:name php-runtime + :description "Execute PHP code. This package requires `php' command in runtime." + :type github + :pkgname "emacs-php/php-runtime.el" + :depends (cl-lib f s))