spacemacs/layers/+distributions/spacemacs-docker/dockerfiles/spacemacs-docker/usr/local/spacemacs/deps-installers/fasd/install.el

19 lines
536 B
EmacsLisp
Executable File

#!/usr/bin/emacs --script
;;; install.el --- fasd layer dependencies installation script
;;
;; Copyright (c) 2012-2017 Sylvain Benner & Contributors
;;
;; Author: Eugene "JAremko" Yaremenko <w3techplayground@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(load "/usr/local/spacemacs/lib/deps-install-helpers.el" nil t)
(with-build-dir (tfasd "/tmp/fasd/")
(with-installed (make git)
($ "git clone https://github.com/clvv/fasd ."
"make install")))