net-dns/tlsa_rdata: new package
Package-Manager: portage-2.2.26
This commit is contained in:
parent
d8e427eafc
commit
2590a50d30
3 changed files with 33 additions and 0 deletions
22
net-dns/tlsa_rdata/tlsa_rdata-0.1.ebuild
Normal file
22
net-dns/tlsa_rdata/tlsa_rdata-0.1.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PV=v${PV}
|
||||
|
||||
DESCRIPTION="TLSA record rdata generator from X.509 certificate"
|
||||
HOMEPAGE="https://github.com/shuque/tlsa_rdata"
|
||||
SRC_URI="https://github.com/shuque/${PN}/archive/${MY_PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
RDEPEND="dev-python/m2crypto"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue