void-packages/srcpkgs/bootiso/template

26 lines
779 B
Bash
Raw Normal View History

2018-10-23 19:39:44 +02:00
# Template file for 'bootiso'
pkgname=bootiso
2019-01-29 00:44:42 +01:00
version=3.2.2
2018-10-23 19:39:44 +02:00
revision=1
noarch=yes
depends="bash coreutils curl dosfstools e2fsprogs eudev exfat-utils f2fs-tools
2019-01-29 00:44:42 +01:00
file findutils gawk grep mtools ntfs-3g parted rsync syslinux tar util-linux
wimlib"
2018-10-23 19:39:44 +02:00
short_desc="Create a USB bootable device from an ISO image easily and securely"
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
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"
2019-01-29 00:44:42 +01:00
checksum=50d3d4ce855db8b3328e4f7bbe677de2531a341276cc2b546e5fefc9f593a9f9
2018-10-23 19:39:44 +02:00
do_install() {
vbin bootiso
}
post_install() {
vlicense LICENSE
vdoc readme.md
vcopy images/ "usr/share/doc/${pkgname}"
}