Merge pull request #1031 from necrophcodr/micropython

New package: micropython 1.3.10
This commit is contained in:
Eivind Uggedal 2015-02-26 19:15:37 +01:00
commit 35de337d81

View file

@ -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
}