18 lines
487 B
Bash
18 lines
487 B
Bash
# Template file for 'geckodriver'
|
|
pkgname=geckodriver
|
|
version=0.25.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=9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9
|
|
|
|
case $XBPS_TARGET_MACHINE in
|
|
armv6*)
|
|
broken="there is no firefox for armv6"
|
|
;;
|
|
esac
|