Simple , Minimal , Lightweight Vala GUI for Proton VPN for Elementary OS
you need protonvpn account to use this app
You can of course download and install this app from source.
Ensure you have these dependencies installed
- granite
- gtk+-3.0
- switchboard-2.0
- python3 , pip (for protonvpn)
# install elementary-sdk, meson and ninja
sudo apt install elementary-sdk meson ninja
# clone repository
git clone {{repository_url}} Lroton
# cd to dir
cd Lroton
# run meson
meson build --prefix=/usr
# cd to build, build and test
cd build
sudo ninja install && Lroton
# after setting up meson build
cd build
# generates pot file
sudo ninja Lroton-pot
# to regenerate and propagate changes to every po file
sudo ninja Lroton-update-po
dpkg-buildpackage -rfakeroot -b -uc -us