Skip to content

avocado-linux/ext-webkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ext-webkit

WPE WebKit browser and display utilities

Using this extension

ext-webkit is an Avocado extension — a reusable fragment of build- and runtime-configuration that you compose into your own Avocado project. To use it, declare it as a package-sourced extension in your avocado.yaml and add it to a runtime:

extensions:
  avocado-ext-webkit:
    source:
      type: package
      version: "*"        # or pin an exact version

runtimes:
  my-runtime:
    extensions:
      - avocado-ext-webkit

Then install and build:

avocado install   # fetches + installs the SDK, extensions and runtime deps from your config
avocado build     # builds the SDK compile steps, extensions and runtime images

avocado install pulls the extension from your target's package feed and merges its config into your project; avocado build then produces the runtime.

About

WPE WebKit browser and display utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors