19 lines
707 B
Bash
19 lines
707 B
Bash
# Template file for 'gnome-multi-writer'
|
|
pkgname=gnome-multi-writer
|
|
version=3.28.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="docbook2mdoc glib-devel pkg-config $(vopt_if gir gobject-introspection)"
|
|
makedepends="gtk+3-devel libgusb-devel udisks2-devel polkit-devel libcanberra-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.0-or-later"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=5de6cb0779209449b598b7597cf1f60c6cf902a32b3b115299848f02beeddb1a
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|