stumpwm.stumpwm-contrib/minor-mode/mpd/mpd.asd
2015-10-30 15:01:20 -04:00

12 lines
231 B
Common Lisp

;;;; mpd.asd
(asdf:defsystem #:mpd
:serial t
:description "Describe mpd here"
:author "Morgan Veyret, Ivy Foster"
:license "GPLv2"
:depends-on ("stumpwm")
:components ((:file "package")
(:file "mpd")))