Install this version:
emerge -a =sys-boot/rpi-imager-bin-2.0.11.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-boot/rpi-imager-bin-2.0.11.1
Or alternatively:
emerge --autounmask-write -a =sys-boot/rpi-imager-bin-2.0.11.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.11.1 | 9 | ~amd64 | 0 |
# cribbed from https://archlinux.org/packages/extra/x86_64/rpi-imager/
EAPI=9
DESCRIPTION="Raspberry Pi Imaging Utility"
HOMEPAGE="https://github.com/raspberrypi/rpi-imager"
SRC_URI="
https://downloads.raspberrypi.com/imager/imager_${PV}_amd64.AppImage -> ${P}.AppImage
https://raw.githubusercontent.com/raspberrypi/rpi-imager/refs/tags/v${PV}/debian/com.raspberrypi.rpi-imager.desktop -> ${P}.desktop
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}"
RESTRICT=strip
src_install()
{
newbin ${DISTDIR}/${P}.AppImage rpi-imager
insinto /usr/share/applications
doins ${DISTDIR}/${P}.desktop
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rpi-imager-bin-2.0.11.1.AppImage | 34281976 bytes | https://downloads.raspberrypi.com/imager/imager_2.0.11.1_amd64.AppImage |
| DIST | rpi-imager-bin-2.0.11.1.desktop | 399 bytes | https://raw.githubusercontent.com/raspberrypi/rpi-imager/refs/tags/v2.0.11.1/debian/com.raspberrypi.rpi-imager.desktop |