net-dns/asdig: Adding release 0.97
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
2716fc1569
commit
a41feda2db
1
net-dns/asdig/Manifest
Normal file
1
net-dns/asdig/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST asdig-0.97.tar.gz 15662 BLAKE2B af187270d2c727ddef1743173740c34ce5a2bdbe23b2f81d4b9175ff44a8d1a4f9213db586a05634583dba55b65e5a51c27a4c429b257154f219d28eedfd36b8 SHA512 990296fae023512b621c8299235c95faa2debc47f96325dc590001de2c6b1234ace50c6d6345fb0f1c10298a840ef670ecef285790cea16c3264c7d4ea4b0d01
|
24
net-dns/asdig/asdig-0.97.ebuild
Normal file
24
net-dns/asdig/asdig-0.97.ebuild
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Simple client for retrieving AS from IP published via DNS"
|
||||
HOMEPAGE="https://github.com/Rezopole/asdig"
|
||||
MY_GITHUB_AUTHOR="Rezopole"
|
||||
SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
Loading…
Reference in a new issue