ports/contrib (3.1): micropython: Added pip-micropython from tools
commit 55852e6e30bd8ad9583bb377a1b72dbc4a87f529 Author: James Mills <prologic@shortcircuit.net.au> Date: Mon Apr 27 08:31:10 2015 +1000 micropython: Added pip-micropython from tools diff --git a/micropython/.footprint b/micropython/.footprint index 43a6ee6..c894908 100644 --- a/micropython/.footprint +++ b/micropython/.footprint @@ -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 diff --git a/micropython/Pkgfile b/micropython/Pkgfile index 8a653aa..1bdde92 100644 --- a/micropython/Pkgfile +++ b/micropython/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu