From 1094b2279c86f430d94187c2921476959c8511e0 Mon Sep 17 00:00:00 2001 From: Lorem Date: Sun, 17 May 2020 21:43:32 +0530 Subject: [PATCH] bootiso: update to 4.0.1. --- srcpkgs/bootiso/template | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/srcpkgs/bootiso/template b/srcpkgs/bootiso/template index 4f74f61d3ff..9716eb19b82 100644 --- a/srcpkgs/bootiso/template +++ b/srcpkgs/bootiso/template @@ -1,30 +1,25 @@ # Template file for 'bootiso' pkgname=bootiso -version=3.3.1 +version=4.0.1 revision=1 archs=noarch +build_style=gnu-makefile depends="bash coreutils curl dosfstools e2fsprogs eudev exfat-utils f2fs-tools - file findutils gawk grep mtools ntfs-3g parted rsync syslinux tar util-linux - wimlib" + file findutils gawk grep mtools ntfs-3g rsync syslinux tar util-linux + wimlib jq" short_desc="Create a USB bootable device from an ISO image easily and securely" maintainer="Andy Weidenbaum " -license="MIT" +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=b716d23b4ab65543b5571f302f5d26a43bea9f9ea91bffe999d5faff99f2bdda +checksum=19fe3e2bde727bff3af9ff91463092ff2130e32cd5cbceebcf4b6f5ec5a72a38 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) ;; *) broken="requires syslinux which is not available on $XBPS_TARGET_MACHINE" ;; esac -do_install() { - vbin bootiso -} - post_install() { - vlicense LICENSE vdoc readme.md - vcopy images/ "usr/share/doc/${pkgname}" }