summaryrefslogtreecommitdiff
path: root/the-price-of-a-cup-of-coffee.asd
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-10-11 07:41:46 -0500
committerBoutade <thegoofist@protonmail.com>2019-10-11 07:41:46 -0500
commit89a57373ad50be71d863bba415f40e04467e560a (patch)
tree084a31a111fd61fb64767b475f09372218ee93b8 /the-price-of-a-cup-of-coffee.asd
initial commit
Diffstat (limited to 'the-price-of-a-cup-of-coffee.asd')
-rw-r--r--the-price-of-a-cup-of-coffee.asd11
1 files changed, 11 insertions, 0 deletions
diff --git a/the-price-of-a-cup-of-coffee.asd b/the-price-of-a-cup-of-coffee.asd
new file mode 100644
index 0000000..00bb264
--- /dev/null
+++ b/the-price-of-a-cup-of-coffee.asd
@@ -0,0 +1,11 @@
+;;;; the-price-of-a-cup-of-coffee.asd
+
+(asdf:defsystem #:the-price-of-a-cup-of-coffee
+ :description "Just a cold day on a busy street."
+ :author "<thegoofist@protonmail.com>"
+ :license "GPL3"
+ :version "0.0.1"
+ :serial t
+ :depends-on (#:animise #:sdl2 #:sdl2-image #:harmony)
+ :components ((:file "package")
+ (:file "the-price-of-a-cup-of-coffee")))