Skip to content
Snippets Groups Projects
Makefile 494 B
Newer Older
  • Learn to ignore specific revisions
  • # Build a snap package for RiseupVPN.
    # (c) LEAP Encryption Access Project, 2018
    # We have to use classic confinement because it does not seem to be another way, at the moment,
    # to use policykit.
    
    helpers:
    
    	local/pre/pack_installers
    
    build: helpers
    	# for speeding up build, see https://tribaal.io/making-lxd-fly-on-ubuntu-as-well.html
    	sudo snapcraft cleanbuild
    install:
    	sudo snap install riseup-vpn_*.snap --dangerous --classic
    deps:
    	sudo apt install snapcraft lxd
    init-lxd:
    	sudo lxd init