void-packages/srcpkgs/geckodriver/template

18 lines
487 B
Bash

# Template file for 'geckodriver'
pkgname=geckodriver
version=0.24.0
revision=1
build_style=cargo
short_desc="WebDriver for Firefox"
maintainer="m3tav3rse <n6maa10816@tuta.io>"
license="MPL-2.0"
homepage="https://github.com/mozilla/geckodriver"
distfiles="https://github.com/mozilla/geckodriver/archive/v${version}.tar.gz"
checksum=e6f86b3b6411f078c0a762f978c00ee99926463036a68be01d111bd91f25340e
case $XBPS_TARGET_MACHINE in
armv6*)
broken="there is no firefox for armv6"
;;
esac