forked from borodust/quickdist
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathquickdist.asd
More file actions
22 lines (22 loc) · 774 Bytes
/
Copy pathquickdist.asd
File metadata and controls
22 lines (22 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(defsystem quickdist
:description "Create a Quicklisp distribution from a directory of local projects."
:author "Orivej Desh <orivej@gmx.fr>"
:licence "Unlicense <http://unlicense.org/UNLICENSE>"
:version (:read-file-form "version.lisp-expr")
:depends-on (alexandria
cl-fad
external-program
babel-streams
ironclad
cl-ppcre
quicklisp
split-sequence
cl-mustache
function-cache
log4cl)
:serial t
:components ((:file "package")
(:file "quickdist"))
:perform (compile-op :before (o c)
#+ros.installing
(roswell:roswell '("install" "40ants/defmain"))))