File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,19 @@ correctness. Every example includes comments.
2121`build_dir.sh` ::
2222 Shows how to perform the build in a custom directory. Potentially useful
2323 when one wants to cache the source code, or inspect the failed build.
24+ `components_individually.sh` ::
25+ Shows how to install individual GnuPG components, one by one. Allows for
26+ fine-grained configuration.
2427`configure_options.sh` ::
2528 Shows how to pass various options to the configure script.
29+ `folding_travis` ::
30+ Shows how to use `--folding-style` option in order to get folded output in
31+ Travis CI.
32+ `gpgme` ::
33+ Shows how to install GnuPG Made Easy (GPGME) API.
2634`install_prefix.sh` ::
2735 Shows how to install GnuPG into an arbitrary location.
2836`no_sudo.sh` ::
2937 Shows how to install GnuPG without root privileges.
30- `components_individually.sh` ::
31- Shows how to install individual GnuPG components, one by one. Allows for
32- fine-grained configuration.
38+ `verify` ::
39+ Shows how to verify authenticity of GnuPG releases.
You can’t perform that action at this time.
0 commit comments