Merge pull request #2843 from mugijiru/update-forge-recipe-and-add-yaml-recipe

Add yaml.el recipe because yaml.el needed by magit/forge
This commit is contained in:
Alex Ott 2021-10-31 20:53:21 +01:00 committed by GitHub
commit 960f3fb962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@
:minimum-emacs-version "25.1"
;; The package.el dependency is on `emacsql-sqlite', but el-get
;; provides that via `emacsql'.
:depends (closql dash emacsql ghub let-alist magit markdown-mode)
:depends (closql dash emacsql ghub let-alist magit markdown-mode yaml)
:info "docs"
:load-path "lisp/"
:compile "lisp/"

5
recipes/yaml.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name yaml
:type github
:description "yaml.el is a YAML parser written in Emacs List without any external dependencies."
:pkgname "zkry/yaml.el"
:minimum-emacs-version (25 1))