Add Licensing and Contributing
[sheep] / .candle
1 (:packages :sheep :sheep-test :wolf)
2 (:name :sheep
3  :tasks
4  ((:name :test :directions
5    (sheep-test:run-all-tests))
6   (:name :wolf :directions
7    (wolf:pretty-print-check-directory "src"
8     :copyright-notice "; Copyright .* Frank Duncan \\(frank@consxy.com\\) under AGPL3.  See distributed LICENSE.txt."))
9   (:name :sheep :directions
10    (sheep:pretty-print-validate-packages :sheep))))
11 ; vim:ft=lisp