genode/repos/ports/recipes/src/verify/content.mk
Norman Feske 5b6bd8459f Signature checking tool based on GnuPG
The new 'verify' component facilitates the code of GnuPG to verify
detached OpenPGP signatures against public keys.

Since GnuPG depends on libgcrypt and libgpg-error, the patch adds these
libraries to the libports repository.

Fixes #2640
2018-02-09 13:34:13 +01:00

15 lines
287 B
Makefile

content: src/app/verify src/app/gnupg LICENSE
GNUPG_SRC_DIR := $(call port_dir,$(REP_DIR)/ports/gnupg)/src/app/gnupg
src/app/verify:
$(mirror_from_rep_dir)
src/app/gnupg:
mkdir -p $@
cp -r $(addprefix $(GNUPG_SRC_DIR)/,g10 common kbx) $@
LICENSE:
cp $(GNUPG_SRC_DIR)/COPYING $@