diff options
Diffstat (limited to 'gnu/packages/debian.scm')
| -rw-r--r-- | gnu/packages/debian.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index 1715b963a93..4aa432abfa8 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm | |||
| @@ -148,6 +148,31 @@ contains the archive keys used for that.") | |||
| 148 | ;; "The keys in the keyrings don't fall under any copyright." | 148 | ;; "The keys in the keyrings don't fall under any copyright." |
| 149 | (license license:public-domain))) | 149 | (license license:public-domain))) |
| 150 | 150 | ||
| 151 | (define-public pureos-archive-keyring | ||
| 152 | (package | ||
| 153 | (name "pureos-archive-keyring") | ||
| 154 | (version "2021.11.0") | ||
| 155 | (source (origin | ||
| 156 | (method url-fetch) | ||
| 157 | (uri (string-append | ||
| 158 | "https://repo.puri.sm/pureos/pool/main/p/pureos-archive-keyring/" | ||
| 159 | "pureos-archive-keyring_" version ".tar.xz")) | ||
| 160 | (sha256 | ||
| 161 | (base32 | ||
| 162 | "1a0d084a98bycyhbw531646rbivvlfkdk6ldshl5dy6fvzmbci0d")))) | ||
| 163 | (build-system copy-build-system) | ||
| 164 | (arguments | ||
| 165 | '(#:install-plan '(("keyrings/pureos-archive-keyring.gpg" | ||
| 166 | "share/keyrings/") | ||
| 167 | ("keyrings/pureos-archive-removed-keys.gpg" | ||
| 168 | "share/keyrings/")))) | ||
| 169 | (home-page "https://source.puri.sm/pureos/core/pureos-archive-keyring") | ||
| 170 | (synopsis "GnuPG archive keys of the Pureos archive") | ||
| 171 | (description "The Pureos distribution signs its packages. This package | ||
| 172 | contains the archive keys used for that.") | ||
| 173 | (license (list license:public-domain ;; the keys | ||
| 174 | license:gpl2+)))) ;; see debian/copyright | ||
| 175 | |||
| 151 | (define-public trisquel-keyring | 176 | (define-public trisquel-keyring |
| 152 | (package | 177 | (package |
| 153 | (name "trisquel-keyring") | 178 | (name "trisquel-keyring") |
