void-packages/srcpkgs/rpi-imager/template
UsernameRandomlyGenerated b00fcb1c23 rpi-imager: update to 1.6.2.
2021-08-03 00:48:43 -03:00

20 lines
679 B
Bash

# Template file for 'rpi-imager'
pkgname=rpi-imager
version=1.6.2
revision=1
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake"
makedepends="qt5-devel qt5-declarative-devel qt5-svg-devel qt5-tools-devel
libcurl-devel libarchive-devel"
depends="qt5-quickcontrols2 qt5-svg util-linux"
short_desc="Raspberry Pi Imaging Utility"
maintainer="Adam Gausmann <agausmann@fastmail.com>"
license="Apache-2.0"
homepage="https://github.com/raspberrypi/rpi-imager"
distfiles="https://github.com/raspberrypi/rpi-imager/archive/v${version}.tar.gz"
checksum=32f7fcd732ed8b707e862f51311c846b13a9dfb805cc6d901c601e2e5c2ec2d7
pre_configure() {
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk
}