Deleted package: windows2usb
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
pkgbase = windows2usb
|
||||
pkgdesc = Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)
|
||||
pkgver = 0.2.4
|
||||
pkgrel = 3
|
||||
url = https://github.com/ValdikSS/windows2usb
|
||||
arch = any
|
||||
license = Apache-2.0
|
||||
depends = bash
|
||||
depends = awk
|
||||
depends = ntfs-3g
|
||||
depends = dosfstools
|
||||
depends = util-linux
|
||||
depends = p7zip
|
||||
depends = ms-sys
|
||||
depends = wimlib
|
||||
source = windows2usb-0.2.4.tar.gz::https://github.com/ValdikSS/windows2usb/archive/refs/tags/0.2.4.tar.gz
|
||||
source = uefi-ntfs-4.4.img::https://github.com/pbatard/rufus/raw/v4.4/res/uefi/uefi-ntfs.img
|
||||
b2sums = 0630d0de39f2e35c658eb86f9b86677e5a4d962b00c4e468d11574ff2bfb0df55e96abaf756a5553a8079c4ae20fcef5ee641a3da1d9b03ba8ede5bd404203f4
|
||||
b2sums = a84dd2c7435cea34ec3344ef4d21a4e98eb9d980db456a63b8bda1e763f753f70eabe65230e9fdc6db217374c7702d37bc861a8be4a7b8c5ad9e7f3164b15722
|
||||
|
||||
pkgname = windows2usb
|
||||
5
windows2usb/.gitignore
vendored
5
windows2usb/.gitignore
vendored
@@ -1,5 +0,0 @@
|
||||
pkg/
|
||||
src/
|
||||
windows2usb/
|
||||
uefi-ntfs.img
|
||||
*.pkg.tar*
|
||||
@@ -1,24 +0,0 @@
|
||||
# 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
|
||||
_rufusver=4.4
|
||||
pkgrel=3
|
||||
pkgdesc='Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS)'
|
||||
arch=(any)
|
||||
url='https://github.com/ValdikSS/windows2usb'
|
||||
license=(Apache-2.0)
|
||||
depends=(bash awk ntfs-3g dosfstools util-linux p7zip ms-sys wimlib)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
|
||||
"uefi-ntfs-$_rufusver.img::https://github.com/pbatard/rufus/raw/v$_rufusver/res/uefi/uefi-ntfs.img")
|
||||
b2sums=('0630d0de39f2e35c658eb86f9b86677e5a4d962b00c4e468d11574ff2bfb0df55e96abaf756a5553a8079c4ae20fcef5ee641a3da1d9b03ba8ede5bd404203f4'
|
||||
'a84dd2c7435cea34ec3344ef4d21a4e98eb9d980db456a63b8bda1e763f753f70eabe65230e9fdc6db217374c7702d37bc861a8be4a7b8c5ad9e7f3164b15722')
|
||||
|
||||
package() {
|
||||
install -Dm644 -t "$pkgdir"/usr/share/$pkgname/ uefi-ntfs-$_rufusver.img
|
||||
install -Dm755 -t "$pkgdir"/usr/bin/ $pkgname-$pkgver/$pkgname
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
Reference in New Issue
Block a user