void-packages/srcpkgs/bootiso/template
2020-05-28 13:30:50 +02:00

26 lines
866 B
Bash

# Template file for 'bootiso'
pkgname=bootiso
version=4.1.0
revision=1
archs=noarch
build_style=gnu-makefile
depends="bash binutils coreutils curl dosfstools e2fsprogs eudev exfat-utils
f2fs-tools file findutils gawk grep ncurses ntfs-3g rsync syslinux tar util-linux
wimlib jq"
short_desc="Create a USB bootable device from an ISO image easily and securely"
maintainer="Lorem <notloremipsum@protonmail.com>"
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=0a81f18ce356ec823f64b9235b4c1c1d5067a6f7f25175e74a7279078ecf81b1
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) ;;
*) broken="requires syslinux which is not available on $XBPS_TARGET_MACHINE" ;;
esac
post_install() {
vdoc readme.md
}