sys-boot/etcher-bin - 1.19.25 (rasdark)

Search

Install

Install this version:

emerge -a =sys-boot/etcher-bin-1.19.25

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

autounmask =sys-boot/etcher-bin-1.19.25

Or alternatively:

emerge --autounmask-write -a =sys-boot/etcher-bin-1.19.25

Package Information

Description:
Flash OS images to SD cards & USB drives, safely and easily.
Homepage:
https://etcher.io
License:
Apache-2.0

Ebuild Details

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

EAPI=8

MY_PN="${PN//-bin}"

inherit unpacker xdg-utils

DESCRIPTION="Flash OS images to SD cards & USB drives, safely and easily."
HOMEPAGE="https://etcher.io"
SRC_URI="https://github.com/balena-io/etcher/releases/download/v${PV}/balena-etcher_${PV}_amd64.deb"
S="${WORKDIR}"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RESTRICT="mirror"

RDEPEND="
	app-arch/lzma
	dev-libs/expat
	dev-libs/libappindicator
	dev-libs/nss
	media-libs/fontconfig
	media-libs/freetype
	net-print/cups
	sys-apps/dbus
	sys-auth/polkit
	x11-apps/xrandr
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+
	x11-libs/libXScrnSaver
	x11-libs/libXcomposite
	x11-libs/libXcursor
	x11-libs/libXdamage
	x11-libs/libXext
	x11-libs/libXfixes
	x11-libs/libXrender
	x11-libs/libXtst
	x11-libs/libnotify
"

QA_PREBUILT="
	usr/lib/balena-etcher/balena-etcher
	usr/lib/balena-etcher/resources/etcher-util
"

src_unpack() {
	unpack_deb ${A}
}

src_install() {
	mv * "${D}" || die

	rm -rd "${D}/usr/share/doc/balena-etcher" || die

	# fperms 0755 /opt/balenaEtcher/balena-etcher || die
}

pkg_postinst() {
	xdg_icon_cache_update
}

pkg_postrm() {
	xdg_icon_cache_update
}

Inherited Eclasses

Dependencies

RDEPEND

	app-arch/lzma
	dev-libs/expat
	dev-libs/libappindicator
	dev-libs/nss
	media-libs/fontconfig
	media-libs/freetype
	net-print/cups
	sys-apps/dbus
	sys-auth/polkit
	x11-apps/xrandr
	x11-libs/cairo
	x11-libs/gdk-pixbuf
	x11-libs/gtk+
	x11-libs/libXScrnSaver
	x11-libs/libXcomposite
	x11-libs/libXcursor
	x11-libs/libXdamage
	x11-libs/libXext
	x11-libs/libXfixes
	x11-libs/libXrender
	x11-libs/libXtst
	x11-libs/libnotify

Manifest for 1.19.25

Type File Size Source URLs
DIST balena-etcher_1.19.25_amd64.deb 110309172 bytes https://github.com/balena-io/etcher/releases/download/v1.19.25/balena-etcher_1.19.25_amd64.deb