diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-06 14:18:32 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-06 14:19:51 -0700 |
commit | b4b3989f5c797ef28ec7d75b1a246916f524bd68 (patch) | |
tree | 453b85c0f2830eb730e7690204721dc5b9ea125c /app-crypt | |
parent | app-crypt/minisign: bump to 0.9 (diff) | |
download | gentoo-b4b3989f5c797ef28ec7d75b1a246916f524bd68.tar.gz gentoo-b4b3989f5c797ef28ec7d75b1a246916f524bd68.tar.bz2 gentoo-b4b3989f5c797ef28ec7d75b1a246916f524bd68.zip |
app-crypt/minisign: sync live ebuild
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/minisign/minisign-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-crypt/minisign/minisign-9999.ebuild b/app-crypt/minisign/minisign-9999.ebuild index 720809d52a49..6b1c1c8ca147 100644 --- a/app-crypt/minisign/minisign-9999.ebuild +++ b/app-crypt/minisign/minisign-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Dead simple tool to sign files and verify signatures" HOMEPAGE="https://github.com/jedisct1/minisign" @@ -23,3 +23,8 @@ IUSE="" DEPEND=">=dev-libs/libsodium-1.0.16:=[-minimal]" RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( -DCMAKE_STRIP="${EPREFIX}/bin/true" ) + cmake_src_configure +} |