19 lines
577 B
Bash
19 lines
577 B
Bash
# 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
|
|
}
|