osslsigncode: initial ebuild, dep for issues #115

This commit is contained in:
blshkv 2016-08-20 11:48:33 +08:00
parent 312fab1cad
commit b03aea8f77
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF

View file

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