aboutsummaryrefslogtreecommitdiff
path: root/nx-tailor.asd
blob: 6dc8fb1d99b2775fa193c5c26e88cbfc297affdb (plain)
1
2
3
4
5
6
7
8
9
10
(defsystem #:nx-tailor
  :description "nx-tailor is a theme manager for Nyxt."
  :author "Miguel Ángel Moreno"
  :homepage "https://github.com/migalmoreno/nx-tailor"
  :license "BSD 3-Clause"
  :version "0.2.0"
  :serial t
  :depends-on (#:nyxt)
  :components ((:file "package")
               (:file "tailor")))