# # Maintainer: Guilhelm Savin # Upstream URL: https://github.com/platformio/platformio # # For improvements/fixes to this package, please send a pull request: # https://github.com/gsavin/arch # pkgname=platformio pkgver=3.5.2 pkgrel=1 pkgdesc="A cross-platform code builder and library manager" arch=('any') url="https://github.com/platformio/platformio-core/" license=('Apache') depends=('python2' 'python2-arrow' 'python2-bottle' 'python2-click-5.1' # https://github.com/platformio/platformio/issues/349 'python2-colorama' 'python2-lockfile' 'python2-pyserial>=3.4' # https://github.com/platformio/platformio-core/commit/a37eb9868f3b20e982d0c3cd1a742fcb8ab60efc 'python2-requests' 'python2-semantic-version' 'python2-setuptools') conflicts=('platformio-git') source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz") sha256sums=('0c2f43363d11245d0584ab742d0cfa4324e642092c044e9e06ce93f994617a94') package() { cd "$srcdir/platformio-core-$pkgver" python2 setup.py install --root="$pkgdir/" --optimize=1 }