19 lines
667 B
Bash
19 lines
667 B
Bash
# Template file for 'bootiso'
|
|
pkgname=bootiso
|
|
version=4.2.0
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
depends="bash bc binutils curl dosfstools e2fsprogs eudev exfatprogs
|
|
f2fs-tools file ncurses ntfs-3g rsync syslinux wimlib jq"
|
|
short_desc="Create a USB bootable device from an ISO image easily and securely"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/jsamr/bootiso"
|
|
changelog="https://github.com/jsamr/bootiso/raw/master/changelog.md"
|
|
distfiles="https://github.com/jsamr/bootiso/archive/v${version}.tar.gz"
|
|
checksum=eaf0cedb31d2195546e882624b7f1f0abbb3a6bb6234b4408dfeb2eaeaff3a50
|
|
|
|
post_install() {
|
|
vdoc readme.md
|
|
}
|