dotfiles/stumpwm/modules/theo/theo.asd

12 lines
260 B
Common Lisp

;;;; theo.asd
(asdf:defsystem #:theo
:description "Invoke Theo's wrath..."
:author "Toby Slight <tslight@pm.me>"
:license "GPLv3"
:version "0.0.1"
:serial t
:depends-on (#:stumpwm)
:components ((:file "package")
(:file "theo")))