/usr/share/el-get/recipes/emms.rcp is in el-get 3.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | (:name emms
:description "The Emacs Multimedia System"
:type git
:url "git://git.sv.gnu.org/emms.git"
:info "doc"
:load-path ("./lisp")
:features emms-setup
:build `(,(format "mkdir -p %s/emms " user-emacs-directory)
,(concat "make EMACS=" el-get-emacs
" SITEFLAG=\"--no-site-file -L " el-get-dir "/emacs-w3m/ \""
" autoloads lisp docs"))
:depends emacs-w3m)
|