This repository has been archived on 2023-10-05. You can view files and clone it, but cannot push or open issues or pull requests.
friday-bot/friday-bot.asd

15 lines
393 B
Common Lisp

;;;; out-of-touch-bot.asd
(asdf:defsystem #:friday-bot
:description "don't forget, tomorrow is friday"
:author "ava fox"
:license "NPLv1+"
:version "0.0.1"
:serial t
:depends-on (#:glacier #:with-user-abort)
:components ((:file "package")
(:file "friday-bot"))
:entry-point "friday-bot:main"
:build-operation "program-op"
:build-pathname "bin/friday-bot")