Add pdf-tools and tablist recipes

This commit is contained in:
Andreas Politz 2015-01-08 12:15:25 +01:00 committed by Steve Purcell
parent 0aa68b4603
commit 8e3d53913f
2 changed files with 13 additions and 0 deletions

8
recipes/pdf-tools Normal file
View file

@ -0,0 +1,8 @@
(pdf-tools
:fetcher github
:repo "politza/pdf-tools"
:files ("lisp/*.el"
"README"
("build" "Makefile")
("build" "server")
(:exclude "lisp/tablist.el" "lisp/tablist-filter.el")))

5
recipes/tablist Normal file
View file

@ -0,0 +1,5 @@
(tablist
:fetcher github
:repo "politza/pdf-tools"
:files ("lisp/tablist.el"
"lisp/tablist-filter.el"))