summaryrefslogtreecommitdiff
path: root/posterbot.asd
blob: 942c399d85360f40892658a93bc817184ecb65a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; posterbot.asd

(asdf:defsystem #:posterbot
  :description "A Matrix bot to post media links."
  :author "Colin Okay <cbeok@protonmail.com>"
  :license  "AGPL"
  :version "0.0.1"
  :serial t
  :depends-on (#:granolin #:cl-ppcre #:alexandria #:cl-fad #:drakma)
  :components ((:file "package")
               (:file "posterbot")))