net-dns/asdig: drop 9999

This commit is contained in:
Alarig Le Lay 2023-07-14 16:50:51 +02:00
parent 00436d57bc
commit 251e0b3abe
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 0 additions and 28 deletions

View File

@ -1,28 +0,0 @@
# Copyright 2020 Gentoo Authors
# 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-2"
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"
}