From 370fa3f483aae8c932fd42a5ad76c017fcf0c060 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 12 Apr 2020 13:33:22 -0500 Subject: initial commit --- posterbot.asd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 posterbot.asd (limited to 'posterbot.asd') 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 " + :license "AGPL" + :version "0.0.1" + :serial t + :depends-on (#:granolin #:cl-ppcre #:alexandria #:cl-fad) + :components ((:file "package") + (:file "posterbot"))) -- cgit v1.2.3