void-packages/srcpkgs/WoeUSB/template
cr6git cf6732120d WoeUSB: update to 3.2.1.
Closes #14286.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-15 16:53:59 +02:00

18 lines
566 B
Bash

# Template file for 'WoeUSB'
pkgname=WoeUSB
version=3.2.1
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
makedepends="wxWidgets-devel"
depends="ntfs-3g parted"
short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/slacka/WoeUSB"
distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
checksum=4016e79892524a29d855fecb7027a680844ae71aff95baf766dce64771c2b930
pre_configure() {
autoreconf -fi
}