pentoo-overlay/app-exploits/osslsigncode/osslsigncode-1.7.1_p20150831.ebuild

21 lines
463 B
Bash

# 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
}