app-crypt/pesign - 115 (ssnb)

Search

Install

Install this version:

emerge -a =app-crypt/pesign-115

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/pesign-115

Or alternatively:

emerge --autounmask-write -a =app-crypt/pesign-115

Package Information

Description:
Tools for manipulating signed PE-COFF binaries
Homepage:
https://github.com/rhboot/pesign
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
115 8 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=8

inherit desktop multilib

DESCRIPTION="Tools for manipulating signed PE-COFF binaries"
HOMEPAGE="https://github.com/rhboot/pesign"
SRC_URI="https://github.com/rhboot/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
KEYWORDS=""
IUSE="libressl"

RDEPEND="
	dev-libs/nspr
	!libressl? ( dev-libs/openssl:0= )
	libressl? ( dev-libs/libressl:0= )
	sys-apps/util-linux
"
DEPEND="${RDEPEND}
	sys-apps/help2man
	sys-boot/gnu-efi
	virtual/pkgconfig
"

src_install() {
	default

	# remove some files that don't make sense for Gentoo installs
	rm -rf "${ED}/etc/" "${ED}/usr/share/doc/pesign/" || die

	# create .so symlink
	ln -s libdpe.so "${ED}/usr/$(get_libdir)/libdpe.so.0"
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-crypt/pesign | euse -E <flag> -p app-crypt/pesign | euse -D <flag> -p app-crypt/pesign

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	dev-libs/nspr
	!libressl? ( dev-libs/openssl:0= )
	libressl? ( dev-libs/libressl:0= )
	sys-apps/util-linux

	sys-apps/help2man
	sys-boot/gnu-efi
	virtual/pkgconfig

RDEPEND

	dev-libs/nspr
	!libressl? ( dev-libs/openssl:0= )
	libressl? ( dev-libs/libressl:0= )
	sys-apps/util-linux

Manifest for 115

Type File Size Source URLs
DIST pesign-115.tar.gz 143433 bytes https://github.com/rhboot/pesign/archive/115.tar.gz