summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1b867410fe70e39040cbc2ae6c5495a7c06c722b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Alexey Peschany <archlinux at sandboiii dot xyz>
# Contributor: Frederik Schwan <freswa at archlinux dot org>
# Contributor: Giovanni Harting <539@idlegandalf.com>
# Contributor: aimileus <me at aimileus dot nl>
# Contributor: Salvador PardiƱas <darkfm@vera.com.uy>

pkgname=woeusb
pkgver=5.2.4
pkgrel=1
pkgdesc='A Linux program to create Windows USB stick installer from a Windows DVD or an image'
arch=('any')
url='https://github.com/WoeUSB/WoeUSB'
license=('GPL3')
depends=('dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wimlib')
provides=('woeusb')
source=("https://github.com/WoeUSB/WoeUSB/releases/download/v${pkgver}/woeusb-${pkgver}.bash")
sha256sums=(0b9e502313c6461346cc4d150459b2e1341d30f9ffda005e160829ad9d5bfffc)

package() {
  install -Dm755 "$srcdir/woeusb-$pkgver.bash" "$pkgdir/usr/bin/woeusb"
}