el-get/recipes/apel.rcp

15 lines
581 B
Plaintext
Raw Normal View History

2010-11-16 23:00:00 +08:00
(: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"))