diff --git a/app-exploits/osslsigncode/osslsigncode-1.7.1_p20150831.ebuild b/app-exploits/osslsigncode/osslsigncode-1.7.1_p20150831.ebuild new file mode 100644 index 000000000..0f9e87f8a --- /dev/null +++ b/app-exploits/osslsigncode/osslsigncode-1.7.1_p20150831.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools git-r3 + +DESCRIPTION="OpenSSL-based signcode utility" +HOMEPAGE="https://sourceforge.net/projects/osslsigncode/" +EGIT_REPO_URI="http://git.code.sf.net/p/osslsigncode/osslsigncode" +EGIT_COMMIT="e72a1937d1a13e87074e4584f012f13e03fc1d64" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_prepare() { + eautoreconf +}