el-get/recipes/chess.rcp

9 lines
304 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"
:build `("./autogen.sh" "./configure"
,(concat "make EMACS=" el-get-emacs))
:build/windows-nt `("sh ./autogen.sh" "sh ./configure" "make")
:info "doc")