Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,7 @@ +ld-linux-x86-64.so.2 +libc.so.6 +libdl.so.2 +libgcc_s.so.1 +libm.so.6 +libpthread.so.0 +librt.so.1 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,19 @@ +name : geckodriver +version : 0.25.0 +release : 1 +source : + - https://github.com/mozilla/geckodriver/archive/v0.25.0.tar.gz : 9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9 +license : MPL-2.0 +component : network.web +summary : WebDriver for Firefox +description: | + Proxy for using W3C WebDriver compatible clients to interact with Gecko-based browsers. + + This program provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox. It translates calls into the Marionette remote protocol by acting as a proxy between the local- and remote ends. +networking : yes +builddeps : + - cargo +build : | + cargo build --release +install : | + install -Dm00755 target/release/geckodriver $installdir/usr/bin/geckodriver Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + geckodriver + + Rabin Adhikari + rabin.adk1@gmail.com + + MPL-2.0 + network.web + WebDriver for Firefox + Proxy for using W3C WebDriver compatible clients to interact with Gecko-based browsers. + +This program provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox. It translates calls into the Marionette remote protocol by acting as a proxy between the local- and remote ends. + + https://getsol.us/sources/README.Solus + + + geckodriver + WebDriver for Firefox + Proxy for using W3C WebDriver compatible clients to interact with Gecko-based browsers. + +This program provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox. It translates calls into the Marionette remote protocol by acting as a proxy between the local- and remote ends. + + network.web + + /usr/bin/geckodriver + + + + + 2019-09-17 + 0.25.0 + Packaging update + Rabin Adhikari + rabin.adk1@gmail.com + + +