el-get/recipes/emms.el

10 lines
269 B
EmacsLisp

(:name emms
:type git
:url "git://git.sv.gnu.org/emms.git"
:info "doc"
:load-path ("./lisp")
:features emms-setup
:build ("make autoloads" "make")
:build/darwin `(,(concat "make EMACS=" el-get-emacs " autoloads all")))