commit 034c64a8fd1b393bd32fea1e08a4c0a099519e9c Author: J S Date: Tue Dec 19 19:34:31 2023 -0500 Initial .asd file diff --git a/sst.asd b/sst.asd new file mode 100644 index 0000000..e7716b2 --- /dev/null +++ b/sst.asd @@ -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 " + :maintainer "Judah Sotomayor " + :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")