el-get/recipes/ddskk.rcp

15 lines
754 B
Plaintext
Raw Normal View History

2011-11-08 11:24:51 +08:00
(:name ddskk
:website "http://openlab.ring.gr.jp/skk/ddskk.html"
:description "A Japanese input method on Emacs."
:type github
:pkgname "skk-dev/ddskk"
2011-11-08 11:24:51 +08:00
:autoloads nil
2013-03-17 10:39:41 +08:00
:info "doc/skk.info"
2011-11-08 11:24:51 +08:00
:features ("skk-setup")
;; The "correct" way would be actually installing ddskk into some subdirectory.
;; But it needs significant work due to the limitation of the Makefile
;; thus here we are trying to emulate the Makefile behaviour.
2013-03-17 10:39:41 +08:00
:build `((,el-get-emacs "-batch" "-q" "-no-site-file" "-l" "SKK-MK" "-f" "SKK-MK-compile")
(,el-get-emacs "-batch" "-q" "-no-site-file" "-l" "SKK-MK" "-f" "SKK-MK-compile-info")
("cp" "skk-setup.el.in" "skk-setup.el")))