vterm: Add new recipe.

See https://github.com/akermu/emacs-libvterm for further details.

Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
This commit is contained in:
Sébastien Gross 2020-07-21 15:34:39 +02:00
parent e19a981d55
commit f00228567c

14
recipes/vterm.rcp Normal file
View File

@ -0,0 +1,14 @@
;; 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))")))