void-packages/srcpkgs/WoeUSB/template
2019-01-06 17:54:51 -02:00

19 lines
627 B
Bash

# Template file for 'WoeUSB'
pkgname=WoeUSB
version=3.2.12
revision=2
build_style=gnu-configure
configure_args="--with-wx-config=wx-config-gtk3"
hostmakedepends="automake libtool"
makedepends="wxWidgets-gtk3-devel"
depends="ntfs-3g parted wget"
short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/slacka/WoeUSB"
distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
checksum=a70226893fa99a0f7fb00609d54f6a2b1d27c4f2c5e12b612cdbe5735a5053f4
pre_configure() {
autoreconf -fi
}