app-misc/rtlamr - 0.9.3 (junkdrawer)

Search

Package Information

Description:
software defined radio receiver for utility smart meters
Homepage:
https://github.com/bemasher/rtlamr
License:
AGPL-3 BSD

Ebuild Details

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

EAPI=7
EGO_PN=github.com/bemasher/rtlamr
inherit go-module

DESCRIPTION="software defined radio receiver for utility smart meters"
HOMEPAGE="https://github.com/bemasher/rtlamr"
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" ${P}-deps.tar.xz"

LICENSE="AGPL-3 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_compile() {
	ego build \
		-mod=readonly \
		-ldflags "${go_ldflags}" \
		-work -o "bin/${PN}" ./ || die
}

src_install() {
	dobin bin/${PN}
	dodoc *.md *.csv
}

Manifest for 0.9.3

Type File Size Source URLs
DIST rtlamr-0.9.3.tar.gz 960201 bytes https://github.com/bemasher/rtlamr/archive/v0.9.3.tar.gz