net-misc/myip - 1.2.1 (guru)

Search

Install

Install this version:

emerge -a =net-misc/myip-1.2.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/myip-1.2.1

Or alternatively:

emerge --autounmask-write -a =net-misc/myip-1.2.1

Package Information

Description:
Get your external IP address using STUN server
Homepage:
https://github.com/Snawoot/myip
License:
MIT BSD

Ebuild Details

Version EAPI Keywords Slot
1.2.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Get your external IP address using STUN server"
HOMEPAGE="https://github.com/Snawoot/myip"
EGO_PN="github.com/Snawoot/${PN}"
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"

LICENSE="MIT BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_install() {
	dobin bin/*
}

Inherited Eclasses

Manifest for 1.2.1

Type File Size Source URLs
DIST myip-1.2.1-vendor.tar.xz 30924 bytes https://gentoo.kropotkin.rocks/go-pkgs/myip-1.2.1-vendor.tar.xz
DIST myip-1.2.1.tar.gz 4446 bytes https://github.com/Snawoot/myip/archive/v1.2.1.tar.gz