aboutsummaryrefslogtreecommitdiffstats
path: root/hall.scm
diff options
context:
space:
mode:
Diffstat (limited to 'hall.scm')
-rw-r--r--hall.scm34
1 files changed, 0 insertions, 34 deletions
diff --git a/hall.scm b/hall.scm
deleted file mode 100644
index 3775216..0000000
--- a/hall.scm
+++ /dev/null
@@ -1,34 +0,0 @@
-;; SPDX-FileCopyrightText: 2023 Fredrik Salomonsson <plattfot@posteo.net>
-;;
-;; SPDX-License-Identifier: GPL-3.0-or-later
-
-(hall-description
- (name "pinentry-rofi")
- (prefix "")
- (version "2.0.4")
- (author "Fredrik Salomonsson")
- (copyright (2020 2021 2022 2023))
- (synopsis "Rofi frontend to pinentry")
- (description
- "Simple pinentry gui using rofi, it is written in GNU guile.")
- (home-page
- "https://github.com/plattfot/pinentry-rofi/")
- (license gpl3+)
- (dependencies `(("rofi" ,rofi)))
- (files (libraries ((scheme-file "pinentry-rofi")))
- (tests ((directory
- "tests"
- ((scheme-file "pinentry-rofi")))))
- (programs
- ((directory "scripts" ((in-file "pinentry-rofi")))))
- (documentation
- ((org-file "README")
- (symlink "README" "README.org")
- (text-file "AUTHORS")
- (text-file "NEWS")
- (text-file "HACKING")
- (text-file "COPYING")
- (directory "doc" ((texi-file "pinentry-rofi")))
- (text-file "ChangeLog")))
- (infrastructure
- ((scheme-file "guix") (scheme-file "hall")))))