forked from ports/contrib
micropython: Added pip-micropython from tools
This commit is contained in:
parent
9816ee6df1
commit
55852e6e30
@ -1,3 +1,4 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/micropython
|
||||
-rwxr-xr-x root/root usr/bin/pip-micropython
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
name=micropython
|
||||
version=1.4.2
|
||||
release=1
|
||||
release=2
|
||||
source=(http://shortcircuit.net.au/~prologic/distfiles/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
@ -14,5 +14,6 @@ build() {
|
||||
|
||||
make
|
||||
|
||||
install -Dm755 micropython "$PKG/usr/bin/micropython"
|
||||
install -D -m 755 micropython $PKG/usr/bin/micropython
|
||||
install -D -m 755 ../tools/pip-micropython $PKG/usr/bin/pip-micropython
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user