20 lines
678 B
Bash
20 lines
678 B
Bash
# Template file for 'gnome-multi-writer'
|
|
pkgname=gnome-multi-writer
|
|
version=3.26.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="docbook2mdoc $(vopt_if gir gobject-introspection) pkg-config"
|
|
makedepends="gtk+3-devel libgusb-devel udisks2-devel polkit-devel"
|
|
short_desc="Writes ISO files to multiple USB devices at once"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
homepage="https://live.gnome.org/GnomeClocks"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=aae3f4ffd8fd907cf75ea09c6a8167400388a8584d21ddaec0c252d8196e2bcf
|
|
broken=yes
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|