diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/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 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/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 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/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 + + +