media-radio/rdio-scanner-bin - 6.6.3 (pentoo)

Search

Install

Install this version:

emerge -a =media-radio/rdio-scanner-bin-6.6.3

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

autounmask =media-radio/rdio-scanner-bin-6.6.3

Or alternatively:

emerge --autounmask-write -a =media-radio/rdio-scanner-bin-6.6.3

Package Information

Description:
Software police-like scanner with its own touch
Homepage:
https://github.com/chuot/rdio-scanner
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
6.6.3 8 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Software police-like scanner with its own touch"
HOMEPAGE="https://github.com/chuot/rdio-scanner"

SRC_URI="amd64? ( https://github.com/chuot/rdio-scanner/releases/download/v${PV}/rdio-scanner-linux-amd64-v${PV}.zip )
		x86? ( https://github.com/chuot/rdio-scanner/releases/download/v${PV}/rdio-scanner-linux-386-v${PV}.zip )
		arm? ( https://github.com/chuot/rdio-scanner/releases/download/v${PV}/rdio-scanner-linux-arm-v${PV}.zip )
		arm64? ( https://github.com/chuot/rdio-scanner/releases/download/v${PV}/rdio-scanner-linux-arm64-v${PV}.zip )"

S="${WORKDIR}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DEPEND="app-arch/unzip"

QA_PREBUILD="opt/rdio-scanner-bin/rdio-scanner-bin"
QA_FLAGS_IGNORED="opt/rdio-scanner-bin/rdio-scanner-bin"

src_install() {
	exeinto "/opt/${PN}"
	newexe rdio-scanner "${PN}"
	insinto "/usr/share/doc/${PN}-${PVR}"
	newins "rdio-scanner.pdf" "rdio-scanner-${PVR}.pdf"
	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
	newconfd "${FILESDIR}/${PN}.confd" "${PN}"
}

Dependencies

DEPEND

app-arch/unzip

Manifest for 6.6.3

Type File Size Source URLs
DIST rdio-scanner-linux-386-v6.6.3.zip 11431346 bytes https://github.com/chuot/rdio-scanner/releases/download/v6.6.3/rdio-scanner-linux-386-v6.6.3.zip
DIST rdio-scanner-linux-amd64-v6.6.3.zip 11461863 bytes https://github.com/chuot/rdio-scanner/releases/download/v6.6.3/rdio-scanner-linux-amd64-v6.6.3.zip
DIST rdio-scanner-linux-arm-v6.6.3.zip 11042848 bytes https://github.com/chuot/rdio-scanner/releases/download/v6.6.3/rdio-scanner-linux-arm-v6.6.3.zip
DIST rdio-scanner-linux-arm64-v6.6.3.zip 10749458 bytes https://github.com/chuot/rdio-scanner/releases/download/v6.6.3/rdio-scanner-linux-arm64-v6.6.3.zip