guile-clipboard-speaker

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

hall.scm (836B)


      1 (hall-description
      2   (name "clipboard-speaker")
      3   (prefix "")
      4   (version "0.1")
      5   (author "")
      6   (copyright (2023))
      7   (synopsis "")
      8   (description "")
      9   (home-page "")
     10   (license agpl3+)
     11   (dependencies `())
     12   (skip ())
     13   (files (libraries
     14            ((directory "clipboard-speaker" ())
     15             (scheme-file "clipboard-speaker")))
     16          (tests ((directory "tests" ())))
     17          (programs ((directory "scripts" ())))
     18          (documentation
     19            ((directory
     20               "doc"
     21               ((texi-file "clipboard-speaker")))
     22             (symlink "COPYING" "LICENSE")
     23             (symlink "HACKING" "HACKING.org")
     24             (symlink "README" "README.org")
     25             (org-file "README")))
     26          (infrastructure
     27            ((scheme-file "hall")
     28             (text-file ".gitignore")
     29             (scheme-file "guix")))))