An elementary OS app
|
||
---|---|---|
data | ||
debian | ||
meson | ||
po | ||
schemas | ||
screenshots | ||
sources | ||
src | ||
.gitignore | ||
.travis.yml | ||
com.github.artemanufrij.webpin.yml | ||
meson.build | ||
README.md | ||
uncrustify.cfg |
Note: You can see current FlatPak dev updates at https://github.com/artemanufrij/webpin/issues/143
Donate
Pin your any favourite website on Applications Menu or Plank like a regular desktop app
Install from Github
With FlatPak
Install the elementaryOS developer enviroment
Clone and enter repository
git clone https://github.com/artemanufrij/webpin.git
cd webpin
Build with flatpak-builder
flatpak-builder build com.github.artemanufrij.webpin.yml --user --install --force-clean
Debugging
Debugging FlatPak Applications
To enter the container for debugging
flatpak run --command=sh com.github.artemanufrij.webpin
Legacy method
As first you need elementary SDK
sudo apt install elementary-sdk
Install dependencies
sudo apt install libwebkit2gtk-4.0-dev
Clone repository and change directory
git clone https://github.com/artemanufrij/webpin.git
cd webpin
Compile, install and start Webpin on your system
meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.webpin