19 lines
653 B
Bash
19 lines
653 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)"
|
||
|
makedepends="gtk+3-devel libgusb-devel udisks2-devel polkit-devel"
|
||
|
short_desc="Writes ISO files to multiple USB devices at once"
|
||
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||
|
homepage="https://live.gnome.org/GnomeClocks"
|
||
|
license="GPL-2"
|
||
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
||
|
checksum=aae3f4ffd8fd907cf75ea09c6a8167400388a8584d21ddaec0c252d8196e2bcf
|
||
|
|
||
|
build_options="gir"
|
||
|
if [ -z "$CROSS_BUILD" ]; then
|
||
|
build_options_default+=" gir"
|
||
|
fi
|