mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
21 lines
463 B
Bash
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
|
|
}
|