New package: micropython 1.3.10
This commit is contained in:
parent
ca76cff4cf
commit
a209af5136
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'micropython'
|
||||
pkgname=micropython
|
||||
version=1.3.10
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="-C unix"
|
||||
hostmakedepends="pkg-config python libffi-devel readline-devel"
|
||||
short_desc="Python for embedded systems"
|
||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||
license="MIT"
|
||||
homepage="http://micropython.org/"
|
||||
distfiles="http://github.com/micropython/micropython/archive/v${version}.tar.gz"
|
||||
checksum=42ff1b08cb30f5450285b7b1a1aec4c944ddf3840c4cb36faac51b5e79c8dc5c
|
||||
|
||||
do_install() {
|
||||
vbin unix/micropython
|
||||
vbin tools/pip-micropython
|
||||
}
|
Loading…
Reference in New Issue