;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defsystem :ukkoclot :class :package-inferred-system :author "Uko Kokņevičs " :maintainer "Uko Kokņevičs " :licence "EUPL-1.2" ;; TODO: :homepage :version "0.2.0" :description "ukkoclot: Ukko's shitty telegram bot" :long-description #.(uiop:read-file-string (uiop:subpathname *load-pathname* "README.md")) :depends-on (:ukkoclot/src/main) :in-order-to ((test-op (load-op :ukkoclot/test/all))) :perform (test-op (o c) (symbol-call :ukkoclot/test/all :run-tests))) (register-system-packages :ukkoclot/src/config '(:conf)) (register-system-packages :ukkoclot/src/main '(:ukkoclot)) (register-system-packages :bordeaux-threads '(:bt2)) (register-system-packages :closer-mop '(:c2cl)) (register-system-packages :dexador '(:dex)) (register-system-packages :log4cl '(:log))