From 3c3d7b149c16205aa6bd91a2e4d915fd0801dec1 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Tue, 23 Oct 2018 12:39:44 -0500 Subject: [PATCH] New package: bootiso-3.1.3 --- srcpkgs/bootiso/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/bootiso/template diff --git a/srcpkgs/bootiso/template b/srcpkgs/bootiso/template new file mode 100644 index 00000000000..66e6aae8d72 --- /dev/null +++ b/srcpkgs/bootiso/template @@ -0,0 +1,24 @@ +# Template file for 'bootiso' +pkgname=bootiso +version=3.1.3 +revision=1 +noarch=yes +depends="bash coreutils curl dosfstools e2fsprogs eudev exfat-utils f2fs-tools + file findutils gawk grep mtools ntfs-3g parted rsync syslinux tar util-linux" +short_desc="Create a USB bootable device from an ISO image easily and securely" +maintainer="Andy Weidenbaum " +license="MIT" +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=da00027f5ee0f87886ae7e5f74d20f8b5528b241548b4b7bd888a684abc97c1c + +do_install() { + vbin bootiso +} + +post_install() { + vlicense LICENSE + vdoc readme.md + vcopy images/ "usr/share/doc/${pkgname}" +}