mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
12 lines
231 B
Common Lisp
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")))
|
|
|