void-packages/srcpkgs/WoeUSB/template
2018-07-24 17:51:56 +02:00

18 lines
566 B
Bash

# Template file for 'WoeUSB'
pkgname=WoeUSB
version=3.2.1
revision=2
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
}