21dotco / two1-python

The 21 command line interface and two1 bitcoin library. Send and receive BTC over HTTP.
https://earn.com
Other
365 stars 91 forks source link

Add the packaging metadata to build the two1 snap #16

Open come-maiz opened 7 years ago

come-maiz commented 7 years ago

This is a package for the secure installation of apps that works in most Linux distributions. Landing it upstream will enable builds that then can be distributed to many users through the Ubuntu store.

come-maiz commented 7 years ago

You can find more information about snapcraft here: http://snapcraft.io/

To test it in an Ubuntu 16.04 machine:

$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/two1-python
$ cd two1-python
$ git checkout snapcraft
$ snapcraft
$ sudo snap install *.snap --dangerous

(dangerous because the snap you build yourself doesn't come signed from the trusted store. Once you push it to the store, your users will just have to do $ sudo snap install two1)

If you have any questions or comments, please let me know.

come-maiz commented 7 years ago

ping. Anybody around to review this?

wbnns commented 7 years ago

@elopio Hello, apologies for the delay. Thank you for submitting this. We'll try to have this reviewed soon.

aliahpalawan commented 6 years ago

hahah