void-packages/srcpkgs/geckodriver/template

17 lines
553 B
Bash

# Template file for 'geckodriver'
pkgname=geckodriver
version=0.35.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=5e77314806e275daeed70acb04b56c039060a13a2394df832127708e89708163
case $XBPS_TARGET_MACHINE in
armv[56]*) broken="there is no firefox for armv5/6" ;;
esac