bootiso: update to 4.0.1; claim maintainer
This commit is contained in:
parent
185d8fdf77
commit
2f1e81ee41
1 changed files with 7 additions and 12 deletions
|
@ -1,30 +1,25 @@
|
||||||
# Template file for 'bootiso'
|
# Template file for 'bootiso'
|
||||||
pkgname=bootiso
|
pkgname=bootiso
|
||||||
version=3.3.1
|
version=4.0.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
|
build_style=gnu-makefile
|
||||||
depends="bash coreutils curl dosfstools e2fsprogs eudev exfat-utils f2fs-tools
|
depends="bash coreutils curl dosfstools e2fsprogs eudev exfat-utils f2fs-tools
|
||||||
file findutils gawk grep mtools ntfs-3g parted rsync syslinux tar util-linux
|
file findutils gawk grep mtools ntfs-3g rsync syslinux tar util-linux
|
||||||
wimlib"
|
wimlib jq"
|
||||||
short_desc="Create a USB bootable device from an ISO image easily and securely"
|
short_desc="Create a USB bootable device from an ISO image easily and securely"
|
||||||
maintainer="Andy Weidenbaum <archbaum@gmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
license="MIT"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/jsamr/bootiso"
|
homepage="https://github.com/jsamr/bootiso"
|
||||||
changelog="https://github.com/jsamr/bootiso/raw/master/changelog.md"
|
changelog="https://github.com/jsamr/bootiso/raw/master/changelog.md"
|
||||||
distfiles="https://github.com/jsamr/bootiso/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jsamr/bootiso/archive/v${version}.tar.gz"
|
||||||
checksum=b716d23b4ab65543b5571f302f5d26a43bea9f9ea91bffe999d5faff99f2bdda
|
checksum=19fe3e2bde727bff3af9ff91463092ff2130e32cd5cbceebcf4b6f5ec5a72a38
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) ;;
|
i686*|x86_64*) ;;
|
||||||
*) broken="requires syslinux which is not available on $XBPS_TARGET_MACHINE" ;;
|
*) broken="requires syslinux which is not available on $XBPS_TARGET_MACHINE" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vbin bootiso
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
|
||||||
vdoc readme.md
|
vdoc readme.md
|
||||||
vcopy images/ "usr/share/doc/${pkgname}"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue