el-get/recipes/vterm.rcp
Sébastien Gross f00228567c vterm: Add new recipe.
See https://github.com/akermu/emacs-libvterm for further details.

Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
2020-07-21 15:41:04 +02:00

15 lines
631 B
Plaintext

;; On MacOS requires libvterm, cmake and libtool:
;;
;; brew install libvterm cmake libtool
;;
(:name vterm
:description "Fully-fledged terminal emulator based on libvterm."
:website "https://github.com/akermu/emacs-libvterm"
:type github
:pkgname "akermu/emacs-libvterm"
:build `((,el-get-emacs
"-batch" "-q" "-no-site-file"
"-L" ,(concat el-get-dir "/vterm")
;; vterm has a predefined function to build the binary module
"--execute" "(progn (setq vterm-always-compile-module t) (require 'vterm) (vterm-module-compile))")))