upgpkg: windows2usb 0.2.4-1

upstream release

syntax
This commit is contained in:
2024-01-14 16:09:25 +01:00
parent 814a15dc64
commit e526d854eb
2 changed files with 16 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ pkgbase = windows2usb
pkgrel = 1
url = https://github.com/ValdikSS/windows2usb
arch = any
license = Apache-2
license = Apache
makedepends = git
depends = bash
depends = awk
@@ -16,7 +16,7 @@ pkgbase = windows2usb
depends = wimlib
source = git+https://github.com/ValdikSS/windows2usb.git#tag=0.2.4
source = https://github.com/pbatard/rufus/raw/v3.21/res/uefi/uefi-ntfs.img
sha512sums = SKIP
sha512sums = 92fedfc1bfb0b7093cb191d75f24692f2a1b32970ab985e2b3903bc8d75d33dc9cdcda26d9afcc348992b32e8480840fec400a67d70a3287ac37abee0d06dff2
b2sums = SKIP
b2sums = 60d75a2281b4357af2bc511d4ea45f269c5dae06975eca00b158eb6321239ab7c0fae4fad4c1b57b0b2cd77a4a4409f4bdfe4c08c4ab111ac80a64d4d12cbc18
pkgname = windows2usb

View File

@@ -1,22 +1,24 @@
# Maintainer: Mohammadreza Abdollahzadeh <morealaz[at]gmail[dot]com>
# Maintainer: Giovanni Harting <539@idlegandalf.com>
# Contributor: Mohammadreza Abdollahzadeh <morealaz[at]gmail[dot]com>
# Contributor: K900 <me@0upti.me>
pkgname=windows2usb
pkgver=0.2.4
pkgrel=1
pkgdesc="Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)"
arch=("any")
arch=(any)
url="https://github.com/ValdikSS/windows2usb"
license=("Apache-2")
depends=("bash" "awk" "ntfs-3g" "dosfstools" "util-linux" "p7zip" "ms-sys" "wimlib")
makedepends=("git")
license=(Apache)
depends=(bash awk ntfs-3g dosfstools util-linux p7zip ms-sys wimlib)
makedepends=(git)
source=("git+https://github.com/ValdikSS/windows2usb.git#tag=${pkgver}"
"https://github.com/pbatard/rufus/raw/v3.21/res/uefi/uefi-ntfs.img")
sha512sums=('SKIP'
'92fedfc1bfb0b7093cb191d75f24692f2a1b32970ab985e2b3903bc8d75d33dc9cdcda26d9afcc348992b32e8480840fec400a67d70a3287ac37abee0d06dff2')
b2sums=('SKIP'
'60d75a2281b4357af2bc511d4ea45f269c5dae06975eca00b158eb6321239ab7c0fae4fad4c1b57b0b2cd77a4a4409f4bdfe4c08c4ab111ac80a64d4d12cbc18')
package() {
install -D -t "${pkgdir}/usr/share/${pkgname}/" -m 644 uefi-ntfs.img
install -D -t "${pkgdir}/usr/bin/" -m 755 ${pkgname}/${pkgname}
install -D -t "${pkgdir}/usr/share/${pkgname}/" -m 644 uefi-ntfs.img
install -D -t "${pkgdir}/usr/bin/" -m 755 ${pkgname}/${pkgname}
}
# vim: ts=4 sw=4 et:
# vim: ts=2 sw=2 et: