parent
2cc6949468
commit
4e1ee8b85c
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'platformio'
|
# Template file for 'platformio'
|
||||||
pkgname=platformio
|
pkgname=platformio
|
||||||
version=4.3.4
|
version=5.0.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="platformio-core-${version}"
|
wrksrc="platformio-core-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -14,9 +14,8 @@ license="Apache-2.0"
|
||||||
homepage="https://github.com/platformio/platformio-core"
|
homepage="https://github.com/platformio/platformio-core"
|
||||||
changelog="https://raw.githubusercontent.com/platformio/platformio-core/develop/HISTORY.rst"
|
changelog="https://raw.githubusercontent.com/platformio/platformio-core/develop/HISTORY.rst"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=8c0cf78f855ba0ddc629176c900706fa2d2a0c2d92053e9a6a02f7e86f770725
|
checksum=0c1224f1d593c6fbccdf73de2ce02a412521a3095965c7eee19b2a4d6dc83c89
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall scripts/99-platformio-udev.rules 644 usr/lib/udev/rules.d
|
vinstall scripts/99-platformio-udev.rules 644 usr/lib/udev/rules.d
|
||||||
rm -rf ${DESTDIR}/${py3_sitelib}/scripts
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue