mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
osslsigncode: initial ebuild, dep for issues #115
This commit is contained in:
parent
312fab1cad
commit
b03aea8f77
1 changed files with 21 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in a new issue