el-get/recipes/apel.rcp
Ryan C. Thompson cf34f9aa0a Clean up whitespace
This commit is the result of running cleanup-whitespace.sh.

Fixes #549.
2014-02-21 10:52:48 -08:00

15 lines
581 B
Plaintext

(:name apel
:website "http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/"
:description "APEL (A Portable Emacs Library) is a library to support to write portable Emacs Lisp programs."
:type github
:pkgname "wanderlust/apel"
:build
(mapcar
(lambda (target)
(list el-get-emacs
(split-string "-batch -q -no-site-file -l APEL-MK -f")
target
"prefix" "site-lisp" "site-lisp"))
'("compile-apel" "install-apel"))
:load-path ("site-lisp/apel" "site-lisp/emu"))