diff --git a/sys-boot/etcher-bin/Manifest b/sys-boot/etcher-bin/Manifest index 34534e2..cb3fd25 100644 --- a/sys-boot/etcher-bin/Manifest +++ b/sys-boot/etcher-bin/Manifest @@ -1 +1,2 @@ DIST balena-etcher_1.18.11_amd64.deb 90103416 BLAKE2B c7759881715ba36403e57f0a91b8b0315809c4562996622499184680e0f08d0df4db1b484c7429df41854017fb212fecfe650c776515a0741523e77469a74538 SHA512 761f4e63faac52335e72d8e8184546d79a617a40d3332e81ea832a23942949b7b522293fdc0c9af5a949febeaa895312405629d35476d493e2aff2345f1ea6ef +DIST balena-etcher_1.18.12_amd64.deb 90104688 BLAKE2B 2432f0acb69add9d48ce4b931841076ce551d41fc3357d88f949adb9614cc004f88b210dac75fb9d22aa15ada9a3a3291bcdd17a7046c4093dfabadaac2d88e6 SHA512 68d830eee3c33d03060ac090574057e102e6d5bdd9835cdd06891358b7838e4c1e03f302ffe5d2b08ea4adb16f001215b1c0e69a27c7fcd5e888a6fa6275c5c1 diff --git a/sys-boot/etcher-bin/etcher-bin-1.18.12.ebuild b/sys-boot/etcher-bin/etcher-bin-1.18.12.ebuild new file mode 100644 index 0000000..e555e5b --- /dev/null +++ b/sys-boot/etcher-bin/etcher-bin-1.18.12.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +BINTRON_NAME="balena-etcher" +BINTRON_HOME="/opt/balenaEtcher/" + +CHROMIUM_LANGS=" + af am ar bg bn ca cs da de el en-GB en-US es-419 es et fa fi fil fr gu he hi hr hu id it ja kn ko lt + lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW +" + +inherit bintron-r1 unpacker + +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}/opt/balenaEtcher/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="-* ~amd64" + +RESTRICT="mirror test" + +RDEPEND=" + virtual/libudev +" + +QA_PREBUILT="/opt/balenaEtcher/*"