void-packages/srcpkgs/platformio/template
bra1nwave 4e1ee8b85c platformio: update to 5.0.1.
Closes: #25672 [via git-merge-pr]
2020-10-20 14:20:18 -04:00

21 lines
850 B
Bash

# Template file for 'platformio'
pkgname=platformio
version=5.0.1
revision=1
wrksrc="platformio-core-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-bottle python3-click python3-colorama python3-marshmallow
python3-pyelftools python3-pyserial python3-requests
python3-semanticversion python3-setuptools python3-tabulate"
short_desc="Ecosystem for embedded development"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="Apache-2.0"
homepage="https://github.com/platformio/platformio-core"
changelog="https://raw.githubusercontent.com/platformio/platformio-core/develop/HISTORY.rst"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=0c1224f1d593c6fbccdf73de2ce02a412521a3095965c7eee19b2a4d6dc83c89
post_install() {
vinstall scripts/99-platformio-udev.rules 644 usr/lib/udev/rules.d
}