13 lines
482 B
Common Lisp
13 lines
482 B
Common Lisp
;;;; (#| TMPL_VAR name |#).asd(#| TMPL_IF copyright |#)
|
|
;;
|
|
;;;; (#| TMPL_VAR copyright |#)(#| /TMPL_IF |#)
|
|
|
|
(asdf:defsystem #:(#| TMPL_VAR name |#)
|
|
:description "Describe (#| TMPL_VAR name |#) here"
|
|
:author "(#| TMPL_VAR author |#)"
|
|
:license "(#| TMPL_VAR license |#)"
|
|
:version "0.0.1"
|
|
:serial t(#| TMPL_IF depends-on |#)
|
|
:depends-on (#| TMPL_VAR dependencies-string |#)(#| /TMPL_IF |#)
|
|
:components ((:file "package")
|
|
(:file "(#| TMPL_VAR name |#)")))
|