summaryrefslogtreecommitdiff
path: root/adminbot.asd
diff options
context:
space:
mode:
Diffstat (limited to 'adminbot.asd')
-rw-r--r--adminbot.asd11
1 files changed, 11 insertions, 0 deletions
diff --git a/adminbot.asd b/adminbot.asd
new file mode 100644
index 0000000..672ae5f
--- /dev/null
+++ b/adminbot.asd
@@ -0,0 +1,11 @@
+;;;; adminbot.asd
+
+(asdf:defsystem #:adminbot
+ :description "A Matrix bot to do admin tasks."
+ :author "Shoshin <shshoshin@protonmail.com>"
+ :license "AGPL"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:granolin #:ironclad #:cl-ppcre)
+ :components ((:file "package")
+ (:file "adminbot")))