Bu işleme şunda yer alıyor:
Alarig Le Lay 2018-04-23 11:42:41 +02:00
ebeveyn 00792888fb
işleme 971ecf2266
3 değiştirilmiş dosya ile 29 ekleme ve 0 silme

İkili dosya gösterilmiyor.

1
net-dns/asdig/Manifest Normal dosya
Dosyayı Görüntüle

@ -0,0 +1 @@
EBUILD asdig-9999.ebuild 547 BLAKE2B 506fb688374608ea62df4c4011027a629c8ba5bfdea26e2254430d5e7346204abf7864bd2cae79ead764247ca3264b4fd52f73b52ff3cb3897e6378159f38655 SHA512 de6fb8a9eaf6b7e04c331b1fffc8806879416e5bb1c3bc1cb64b7477f6bd5954b8950fb3a4b4a87d5ae50622681c0ad0c8419a7d13e688f4d716668ce4de62d4

Dosyayı Görüntüle

@ -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"
}