summaryrefslogtreecommitdiff
path: root/posterbot.asd
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-04-12 13:33:22 -0500
committerColin Okay <cbeok@protonmail.com>2020-04-12 13:33:22 -0500
commit370fa3f483aae8c932fd42a5ad76c017fcf0c060 (patch)
treec4554bd7e8969b98a88a4dc840be20a6eae65966 /posterbot.asd
initial commit
Diffstat (limited to 'posterbot.asd')
-rw-r--r--posterbot.asd11
1 files changed, 11 insertions, 0 deletions
diff --git a/posterbot.asd b/posterbot.asd
new file mode 100644
index 0000000..18f8cc9
--- /dev/null
+++ b/posterbot.asd
@@ -0,0 +1,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)
+ :components ((:file "package")
+ (:file "posterbot")))