aboutsummaryrefslogtreecommitdiff
path: root/hall.scm
blob: 9eb4a3da541c3bd3249a89e3b0848f4a59d7d23a (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
(hall-description
  (name "whispers")
  (prefix "")
  (version "0.1")
  (author "Runciter")
  (email " <runciter@whispers-vpn.org>")
  (copyright (2024))
  (synopsis
    "Perform actions of the services of the shepherd daemons of\na whispers tree.")
  (description
    "The whispers command is a simple convenience wrapper\n around the herd program. Instead of specifying a file path\nto the listening socket of a running shepherd in the whispers tree, the\nuser simply provides its absolute whispers tree path as an\nargument to the --lieutenant option of this command.")
  (home-page "")
  (license gpl3+)
  (dependencies
    `(("guile-config" (config) ,guile-config)))
  (skip ())
  (features
    ((guix #f)
     (use-guix-specs-for-dependencies #f)
     (native-language-support #f)
     (licensing #f)))
  (files (libraries
           ((scheme-file "whispers")
            (directory "whispers" ((scheme-file "hconfig")))))
         (tests ((directory "tests" ())))
         (programs
           ((directory "scripts" ((in-file "whispers")))))
         (documentation
           ((org-file "README")
            (symlink "README" "README.org")
            (text-file "HACKING")
            (text-file "COPYING")
            (text-file "NEWS")
            (text-file "AUTHORS")
            (text-file "ChangeLog")))
         (infrastructure
           ((scheme-file "guix")
            (text-file ".gitignore")
            (scheme-file "hall")
            (directory
              "build-aux"
              ((tex-file "texinfo")
               (text-file "mdate-sh")
               (scheme-file "test-driver")
               (text-file "missing")
               (text-file "install-sh")))
            (autoconf-file "configure")
            (automake-file "Makefile")
            (in-file "pre-inst-env")))))