el-get/recipes/chess.rcp

9 lines
322 B
Plaintext
Raw Normal View History

2014-03-09 18:26:32 +08:00
(:name chess
:description "Play chess in Emacs."
:type github
:pkgname "jwiegley/emacs-chess"
2015-07-03 00:35:12 +08:00
:build `(("./autogen.sh") ("./configure")
("make" ,(concat "EMACS=" el-get-emacs)))
:build/windows-nt `(("sh" "./autogen.sh") ("sh" "./configure") ("make"))
2014-03-09 18:26:32 +08:00
:info "doc")