curl:
type: autotools-project
plugin: autotools
source: http://curl.haxx.se/download/curl-7.44.0.tar.bz2
source-type: tar
configflags:
- --enable-static
- --enable-shared
- --disable-manual
snap:
- -bin
- -lib/*.a
- -lib/pkgconfig
- -lib/*.la
- -include
- -share
# MQTT for python library by eclipse paho project
# Homepage: http://www.eclipse.org/paho/
# Example: https://github.com/campbieil/mqtt-Ubuntu-Core-Thingstudio
mqtt-paho-py3:
plugin: python3
source: https://git.eclipse.org/r/paho/org.eclipse.paho.mqtt.python
source-type: git
source-tag: v1.1
mqtt-paho-py2:
plugin: python2
source: https://git.eclipse.org/r/paho/org.eclipse.paho.mqtt.python
source-type: git
source-tag: v1.1
qt5conf:
plugin: make
source: https://github.com/sergiusens/qt5conf.git