Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemanufrij/webpin
An elementary OS app
https://github.com/artemanufrij/webpin
vala webapp
Last synced: 3 months ago
JSON representation
An elementary OS app
- Host: GitHub
- URL: https://github.com/artemanufrij/webpin
- Owner: artemanufrij
- Created: 2017-07-31T18:28:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T07:20:07.000Z (almost 3 years ago)
- Last Synced: 2024-05-12T14:34:48.423Z (6 months ago)
- Topics: vala, webapp
- Language: Vala
- Homepage: https://artemanufrij.github.io
- Size: 507 KB
- Stars: 81
- Watchers: 5
- Forks: 19
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elementaryos - Webpin - A simple app to pin websites on the desktop [:white_check_mark:](https://appcenter.elementary.io/com.github.artemanufrij.webpin.desktop) (Applications / Internet)
README
[![Build Status](https://travis-ci.org/artemanufrij/webpin.svg?branch=master)](https://travis-ci.org/artemanufrij/webpin)
### Donate
PayPal | LiberaPay | Patreon
Pin your any favourite website on Applications Menu or Plank like a regular desktop app
## Install from Github.
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
```