Initial .asd file

This commit is contained in:
Judah Sotomayor 2023-12-19 19:34:31 -05:00
commit 034c64a8fd
Signed by: judahsotomayor
SSH Key Fingerprint: SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI

16
sst.asd Normal file
View File

@ -0,0 +1,16 @@
(defsystem :ssd
:depends-on (:systemd-parse :adopt)
:components ((:file "packages")
(:module "src"
:serial t
:components ((:file "flags")
(:file "main")
)))
:author "Judah Sotomayor <development@freedomland.xyz>"
:maintainer "Judah Sotomayor <development@freedomland.xyz>"
:license "GPLv3"
:version "0.1"
:homepage "https://git.freedomland.xyz/judahsotomayor/sst"
:bug-tracker "https://git.freedomland.xyz/judahsotomayor/sst/issues"
:source-control (:git "https://git.freedomland.xyz/judahsotomayor/sst.git")
:description "A command-line utility to automatically (re)configure systemd .service files")