New package: WoeUSB-3.1.4

This commit is contained in:
cr6git 2017-11-21 14:56:38 +01:00 committed by Enno Boland
parent 431838beb1
commit 0569525c8c
1 changed files with 18 additions and 0 deletions

18
srcpkgs/WoeUSB/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'WoeUSB'
pkgname=WoeUSB
version=3.1.4
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>"
homepage="https://github.com/slacka/WoeUSB"
license="GPL-3"
distfiles="https://github.com/slacka/WoeUSB/archive/v${version}.tar.gz"
checksum=34b2ab1108c972f6d02fb09de3f6cf5c5cdeace519ad22bde6678062329a004e
pre_configure() {
autoreconf -fi
}