net-misc/roamr - 0.1.4 (blshkv)

Search

Install

Install this version:

emerge -a =net-misc/roamr-0.1.4

Package Information

Description:
WiFi network evaluator that recommends the optimal saved network
Homepage:
https://github.com/sourabh-khot65/roamr
License:
MIT

Ebuild Details

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

EAPI=8

inherit go-module

DESCRIPTION="WiFi network evaluator that recommends the optimal saved network"
HOMEPAGE="https://github.com/sourabh-khot65/roamr"
SRC_URI="
	https://github.com/sourabh-khot65/roamr/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/blshkv/gentoo-golang-dist/releases/download/${PN}-${PV}/${P}-vendor.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64"

RDEPEND="net-misc/networkmanager"

src_compile() {
	ego build -ldflags "-s -w -X main.version=${PV}" ./cmd/roamr
}

src_install() {
	dobin roamr
}

Inherited Eclasses

Dependencies

RDEPEND

net-misc/networkmanager

Manifest for 0.1.4

Type File Size Source URLs
DIST roamr-0.1.4-vendor.tar.xz 51188 bytes https://github.com/blshkv/gentoo-golang-dist/releases/download/roamr-0.1.4/roamr-0.1.4-vendor.tar.xz
DIST roamr-0.1.4.tar.gz 297063 bytes https://github.com/sourabh-khot65/roamr/archive/refs/tags/v0.1.4.tar.gz