19 lines
542 B
Bash
19 lines
542 B
Bash
# Template file for 'biosdisk'
|
|
pkgname=biosdisk
|
|
version=1.01
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
archs=noarch
|
|
depends="syslinux wget cdrtools"
|
|
short_desc="Utility for creating Dell BIOS flash disks"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-2.0"
|
|
homepage="https://github.com/dell/biosdisk"
|
|
distfiles="https://github.com/dell/biosdisk/archive/${version}.tar.gz"
|
|
checksum=e89cf680914ab3d5bbb549c124c6c29594ef495880befc0d059ec8a3aaf1e3e7
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*|x86_64*) ;;
|
|
*) broken="only for x86";;
|
|
esac
|