void-packages/srcpkgs/rpi-imager/template

20 lines
679 B
Bash
Raw Normal View History

2020-04-18 03:42:41 +00:00
# Template file for 'rpi-imager'
pkgname=rpi-imager
2020-12-15 00:30:28 +00:00
version=1.5
2020-04-18 03:42:41 +00:00
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"
2020-04-18 03:42:41 +00:00
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"
2020-12-15 00:30:28 +00:00
checksum="972592886b4ff448b34bd420817f7b019c40fdab6ccef7acbc69986c1904e39c"
pre_configure() {
ln -sf /bin/true $XBPS_WRAPPERDIR/lsblk
}