Add asdig
This commit is contained in:
parent
00792888fb
commit
971ecf2266
BIN
net-dns/asdig/.asdig-9999.ebuild.swp
Normal file
BIN
net-dns/asdig/.asdig-9999.ebuild.swp
Normal file
Binary file not shown.
1
net-dns/asdig/Manifest
Normal file
1
net-dns/asdig/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EBUILD asdig-9999.ebuild 547 BLAKE2B 506fb688374608ea62df4c4011027a629c8ba5bfdea26e2254430d5e7346204abf7864bd2cae79ead764247ca3264b4fd52f73b52ff3cb3897e6378159f38655 SHA512 de6fb8a9eaf6b7e04c331b1fffc8806879416e5bb1c3bc1cb64b7477f6bd5954b8950fb3a4b4a87d5ae50622681c0ad0c8419a7d13e688f4d716668ce4de62d4
|
28
net-dns/asdig/asdig-9999.ebuild
Normal file
28
net-dns/asdig/asdig-9999.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=5
|
||||||
|
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Simple client for retrieving AS from IP published via DNS"
|
||||||
|
HOMEPAGE="https://github.com/Rezopole/asdig"
|
||||||
|
EGIT_REPO_URI="https://github.com/Rezopole/asdig.git"
|
||||||
|
|
||||||
|
LICENSE="GPL"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto /usr/bin/
|
||||||
|
doins ${S}/asdig || die "Install failed!"
|
||||||
|
dodoc README.md
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_preinst() {
|
||||||
|
chmod a+x ${D}/usr/bin/asdig || die "chmod failed"
|
||||||
|
}
|
Loading…
Reference in a new issue