el-get/recipes/ddskk.rcp
Takeru Naito 4d29bee180 Change DDSKK to :type github
DDSKK repository has been changed to GitHub.
See this post: http://mail.ring.gr.jp/skk/201412/msg00061.html
(It is written in Japanese).
2014-12-21 18:27:36 +09:00

15 lines
754 B
Plaintext

(:name ddskk
:website "http://openlab.ring.gr.jp/skk/ddskk.html"
:description "A Japanese input method on Emacs."
:type github
:pkgname "skk-dev/ddskk"
:autoloads nil
:info "doc/skk.info"
: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.
: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")
("mv" "skk-setup.el.in" "skk-setup.el")))