(defsystem #:clash :version "0.1.0" :description "Command line interface to the XDG trashcan." :author "Alexander Rosenberg " :maintainer "Alexander Rosenberg " :homepage "https://git.zander.im/Zander671/cl-xdg-trash" :license "GPL3" :depends-on (#:cl-xdg-trash #:cl-ppcre #:clingon) :serial t :components ((:file "format") (:file "parse-date") (:file "clash")) :build-operation "program-op" :build-pathname "clash" :entry-point "clash:toplevel" :long-description #.(uiop:read-file-string (uiop:subpathname *load-pathname* "README.md")))