void-packages/srcpkgs/micropython/template
2015-02-26 20:39:37 +01:00

20 lines
577 B
Plaintext

# 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"
makedepends="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
}