Search Criteria
Package Details: windows2usb 0.2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/windows2usb.git (read-only, click to copy) |
---|---|
Package Base: | windows2usb |
Description: | Windows 7/8/8.1/10/11 ISO to Flash Drive burning utility for Linux (MBR/GPT, BIOS/UEFI, FAT32/NTFS) |
Upstream URL: | https://github.com/ValdikSS/windows2usb |
Keywords: | boot iso usb windows |
Licenses: | Apache-2 |
Submitter: | K900 |
Maintainer: | anonfunc |
Last Packager: | morealaz |
Votes: | 6 |
Popularity: | 0.029577 |
First Submitted: | 2020-08-17 12:03 (UTC) |
Last Updated: | 2022-12-14 03:26 (UTC) |
Dependencies (9)
- awk (gawk-git, gawk)
- bash (bash-devel-git, bash-devel-static-git, bash-git, bash-xdg)
- dosfstools (dosfstools-git)
- ms-sys (ms-sys-devel)
- ntfs-3g (ufsd-pro-dkms, ntfsprogs-ntfs3)
- p7zip (p7zip-jinfeihan57-git, p7zip-natspec, 7-zip-full)
- util-linux (util-linux-nosystemd-minimal-git, util-linux-selinux, util-linux-aes)
- wimlib
- git (git-vfs, git-git, git-run-command-patch-git) (make)
Latest Comments
morealaz commented on 2022-04-28 03:57 (UTC)
@rtmpdavid: done! thank you
rtmpdavid commented on 2022-04-27 23:05 (UTC) (edited on 2022-04-27 23:06 (UTC) by rtmpdavid)
The PKGBUILD produces a package with this directory structure:
pkg/windows2usb/usr/share/windows2usb/uefi-ntfs.img/uefi-ntfs.img
Which leads to this error
cat: /usr/share/windows2usb/uefi-ntfs.img: Is a directory
Please replace the following line
19 install -D -t "${pkgdir}/usr/share/${pkgname}/uefi-ntfs.img" -m 644 uefi-ntfs.img
With something like
19 install -D -t "${pkgdir}/usr/share/${pkgname}/" -m 644 uefi-ntfs.img
To fixschard commented on 2021-01-19 23:23 (UTC)
makedepends is missing git
compicat commented on 2020-11-25 12:31 (UTC)
working flawless. Thank you.
K900 commented on 2020-11-25 11:42 (UTC)
Fixed, thanks.
compicat commented on 2020-11-25 02:14 (UTC)
Can you check package? It gives correction error.
K900 commented on 2020-08-19 07:09 (UTC)
Thanks, added.
caodien commented on 2020-08-18 17:36 (UTC)
Should probably a conflict with windowstousb-git