New comment by dotnetfox on void-packages repository https://github.com/void-linux/void-packages/pull/34222#issuecomment-1002184294 Comment: If anyone is willing to update this package, you may use this for reference (if commit becomes unavailable): ```sh # Template file for 'WoeUSB' pkgname=WoeUSB version=5.2.4 revision=1 depends="bash grub parted wget dosfstools ntfs-3g wimlib" short_desc="Create a Windows USB stick installer from a real Windows DVD or image" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://github.com/WoeUSB/WoeUSB" distfiles="https://github.com/WoeUSB/WoeUSB/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz" checksum=8305296d49b7b58c200f9d373eac8dd494d03442737183749a0ee166403a7e68 do_patch() { vsed -i -e "s/@@WOEUSB_VERSION@@/$version/g" \ sbin/woeusb \ share/man/man1/woeusb.1 } WoeUSB-cli_package() { build_style=meta short_desc+=" - dummy transitional package" depends="WoeUSB" } do_install() { vbin sbin/woeusb vman share/man/man1/woeusb.1 } ```