el-get/recipes/pdf-tools.rcp
Vedang Manerikar 938aa10f17
Add / Update recipes for qpdf.el, pdf-tools and elisp-tree-sitter (#2882)
* Add a recipe for qpdf.el

`orgtre/qpdf.el` is a transient wrapper over `qpdf/qpdf`, allowing you
to execute PDF transformation commands from inside Emacs

* Update the recipe for pdf-tools

- Raise the minimum supported Emacs version
- Remove unnecessary clauses

Closes: dimitri/el-get#2860

* Rename emacs-tree-sitter to elisp-tree-sitter

This is the new name of the repo.

Also, point it to the upstream package.
2022-11-04 07:59:54 +01:00

11 lines
320 B
Plaintext

(:name pdf-tools
:description "pdf tools"
:type github
:minimum-emacs-version "26.3"
:pkgname "vedang/pdf-tools"
:depends (let-alist tablist)
:build (("make" "autobuild"))
:build/berkeley-unix (("gmake" "autobuild"))
:load-path ("lisp")
:compile ("lisp/"))