app-misc/rtlamr: software radio receiver for utility smart meters
authorWilliam Hubbs <williamh@gentoo.org>
Mon, 22 Jul 2019 01:58:36 +0000 (20:58 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Mon, 22 Jul 2019 01:59:13 +0000 (20:59 -0500)
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: William Hubbs <williamh@gentoo.org>
app-misc/rtlamr/Manifest [new file with mode: 0644]
app-misc/rtlamr/metadata.xml [new file with mode: 0644]
app-misc/rtlamr/rtlamr-0.9.1.ebuild [new file with mode: 0644]

diff --git a/app-misc/rtlamr/Manifest b/app-misc/rtlamr/Manifest
new file mode 100644 (file)
index 0000000..d82369a
--- /dev/null
@@ -0,0 +1 @@
+DIST rtlamr-0.9.1.tar.gz 961802 BLAKE2B 164e3071871a52ab13cadf55f3ac79243625de01f054ff0777b45928f8fc2f29c9088a1935499ec9363efeef66ec07ae68e659aa82662d5198c0037bbf953cef SHA512 1219d408ca324a2bb8a3b412fa1c8c04c637560cda2d49e5b66de7c8082d01f0ccb6b3fb4db520a5bc9ef74285c74e0b160b3c7c9de6fdc05054c27f19d3bf15
diff --git a/app-misc/rtlamr/metadata.xml b/app-misc/rtlamr/metadata.xml
new file mode 100644 (file)
index 0000000..c36c371
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>williamh@gentoo.org</email>
+               <name>William Hubbs</name>
+       </maintainer>
+</pkgmetadata>
diff --git a/app-misc/rtlamr/rtlamr-0.9.1.ebuild b/app-misc/rtlamr/rtlamr-0.9.1.ebuild
new file mode 100644 (file)
index 0000000..3ab268b
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGO_PN=github.com/bemasher/rtlamr
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="software defined radio receiver for utility smart meters"
+HOMEPAGE="https://github.com/demasher/rtlamr"
+SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+       dobin ${PN}
+       dodoc src/${EGO_PN}/*.md src/${EGO_PN}/*.csv
+}