void-packages/srcpkgs/geckodriver/template

17 lines
553 B
Bash

# Template file for 'geckodriver'
pkgname=geckodriver
version=0.34.0
revision=1
build_style=cargo
short_desc="WebDriver for Firefox"
maintainer="m3tav3rse <mtvrs@tuta.io>"
license="MPL-2.0"
homepage="https://github.com/mozilla/geckodriver"
changelog="https://github.com/mozilla/geckodriver/releases"
distfiles="https://github.com/mozilla/geckodriver/archive/refs/tags/v${version}.tar.gz"
checksum=8cba3459446ef94a96357c7d57c009095fff801f719cbb511e59caf17e746336
case $XBPS_TARGET_MACHINE in
armv[56]*) broken="there is no firefox for armv5/6" ;;
esac