Make :website and :description customizable

This commit is contained in:
Dave Abrahams 2011-07-05 19:08:15 -04:00
parent e59179a232
commit 2e6ce07b46

View File

@ -814,7 +814,9 @@ this is the name to fetch in that system"
(string< (prin1-to-string (cadr x))
(prin1-to-string (cadr y)))))))
(group :inline t :format "URL: %v" (const :format "" :url) (string :format "%v"))
(group :inline t :format "Source URL: %v" (const :format "" :url) (string :format "%v"))
(group :inline t :format "Package Website: %v" (const :format "" :website) (string :format "%v"))
(group :inline t :format "Description: %v" (const :format "" :description) (string :format "%v"))
(group :inline t :format "General Build Recipe\n%v" (const :format "" :build)
,el-get-build-recipe-body)
(group :inline t (const :format "" :load-path)