summaryrefslogtreecommitdiff
path: root/gnu/packages/openpgp.scm
Commit message (Collapse)AuthorAge
* gnu: rnp: Improve package style.Jack Hill2023-03-13
| | | | | | | | | | * gnu/package/openpgp.scm (rnp)[phases]{fixes}: Rename fixes to patch-tests, use search-input-file, and remove trailing #t. {check}: Respect tests?. [native-inputs]: Remove labels. [home-page]: Update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rnp: Update to 0.16.2.Jack Hill2023-03-13
| | | | | | | | | | | | | | | | * gnu/packages/openpgp.scm (rnp): Update to 0.16.2. [file-name]: Use git-file-name. [patches]: Remove. [arguments]: Disable downloading testing inputs in #:configure-flags. [phases]{fixes}: Remove functionality that is no longer needed. [native-inputs]: Replace googletest-source with googletest, remove python2. * gnu/packages/patches/rnp-add-version.cmake.patch, * gnu/packages/patches/rnp-disable-ruby-rnp-tests.patch, * gnu/packages/patches/rnp-unbundle-googletest.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: Add rnp.Justus Winter2020-07-29
| | | | | | | | | * gnu/packages/openpgp.scm (rnp): New variable. * gnu/packages/patches/rnp-add-version.cmake.patch: New file. * gnu/packages/patches/rnp-disable-ruby-rnp-tests.patch: New file. * gnu/packages/patches/rnp-unbundle-googletest.patch: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add dkgpg.Justus Winter2020-07-24
| | | | | | * gnu/packages/openpgp.scm (dkgpg): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add libtmcg.Justus Winter2020-07-24
* gnu/packages/openpgp.scm: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>