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