sci-misc/multimeter - 0.2 (mva)

Search

Install

Install this version:

emerge -a =sci-misc/multimeter-0.2

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

autounmask =sci-misc/multimeter-0.2

Or alternatively:

emerge --autounmask-write -a =sci-misc/multimeter-0.2

Package Information

Description:
Data acquisition tool for V&A VA18B and clones (as PeakTech 3375) multimeter
Homepage:
https://multimeter.schewe.com/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.2 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit linux-info

DESCRIPTION="Data acquisition tool for V&A VA18B and clones (as PeakTech 3375) multimeter"
HOMEPAGE="https://multimeter.schewe.com/"
SRC_URI="https://multimeter.schewe.com/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}"

DOCS=( README )

pkg_setup() {
	CONFIG_CHECK="~USB_SERIAL_SPCP8X5"
	linux-info_pkg_setup
}

src_install() {
	dobin multimeter
}

Inherited Eclasses

Dependencies

DEPEND

dev-lang/perl

RDEPEND

dev-lang/perl

Manifest for 0.2

Type File Size Source URLs
DIST multimeter-0.2.tar.gz 3176 bytes https://multimeter.schewe.com/multimeter-0.2.tar.gz