mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
eclass/verify-sig: Sync with Gentoo
It's from Gentoo commit 5abc2cc2f9838d89fd29c31a996ca92f60fdfdf2.
This commit is contained in:
parent
3d7ed49543
commit
db90b18966
@ -16,7 +16,7 @@
|
||||
# the developer's work.
|
||||
#
|
||||
# To use the eclass, start by packaging the upstream's key
|
||||
# as app-crypt/openpgp-keys-*. Then inherit the eclass, add detached
|
||||
# as sec-keys/openpgp-keys-*. Then inherit the eclass, add detached
|
||||
# signatures to SRC_URI and set VERIFY_SIG_OPENPGP_KEY_PATH. The eclass
|
||||
# provides verify-sig USE flag to toggle the verification.
|
||||
#
|
||||
@ -35,7 +35,7 @@
|
||||
# SRC_URI="https://example.org/${P}.tar.gz
|
||||
# verify-sig? ( https://example.org/${P}.tar.gz.sig )"
|
||||
# BDEPEND="
|
||||
# verify-sig? ( app-crypt/openpgp-keys-example )"
|
||||
# verify-sig? ( sec-keys/openpgp-keys-example )"
|
||||
#
|
||||
# VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/example.asc
|
||||
# @CODE
|
||||
|
Loading…
x
Reference in New Issue
Block a user