void-packages/srcpkgs/gnome-multi-writer/template

20 lines
678 B
Bash
Raw Normal View History

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