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

21 lines
626 B
EmacsLisp
Raw Normal View History

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