summaryrefslogtreecommitdiffstats
path: root/xmpp-send.asd
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp-send.asd')
-rw-r--r--xmpp-send.asd14
1 files changed, 14 insertions, 0 deletions
diff --git a/xmpp-send.asd b/xmpp-send.asd
new file mode 100644
index 0000000..950727e
--- /dev/null
+++ b/xmpp-send.asd
@@ -0,0 +1,14 @@
+(defpackage :xmpp-send-system
+ (:use :cl :asdf))
+(in-package :xmpp-send-system)
+
+(defsystem :xmpp-send
+ :name "XMPP Send"
+ :author "Tom Willemse <tom@ryuslash.org>"
+ :version "0.1.0"
+ :maintainer "Tom Willemsen <tom@ryuslash.org>"
+ :description "Send a quick message through XMPP."
+ :serial t
+ :depends-on (:cl-xmpp :cl-xmpp-tls)
+ :components ((:file "package")
+ (:file "xmpp-send")))