el-get/recipes/ddskk.rcp
Takeru Naito 307f5c78e7
Make the Daredevil SKK updatable
Using a cp command instead of a mv command to enable re-execute the
build step.
2017-09-13 22:36:06 +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")
("cp" "skk-setup.el.in" "skk-setup.el")))