19 lines
644 B
Bash
19 lines
644 B
Bash
# Template file for 'WoeUSB'
|
|
pkgname=WoeUSB
|
|
version=3.3.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-wx-config=wx-config-gtk3"
|
|
hostmakedepends="automake gettext libtool"
|
|
makedepends="wxWidgets-gtk3-devel"
|
|
depends="grub ntfs-3g parted wget"
|
|
short_desc="Create a Windows USB stick installer from a real Windows DVD or image"
|
|
maintainer="bra1nwave <bra1nwave@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=0cab88a1113506f39d2f1c19532b2cd8d968c6a9f59129953c000e29e73f3d4f
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|