Skip to content
Snippets Groups Projects
Commit 718dab76 authored by Marian Buschsieweke's avatar Marian Buschsieweke Committed by Timo Teräs
Browse files

testing/ampy: new aport

Utility to interact with a MicroPython board over a serial connection
https://github.com/adafruit/ampy
parent aa71fa48
No related branches found
No related tags found
No related merge requests found
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=ampy
pkgver=0.20170704
pkgrel=0
pkgdesc="Utility to interact with a MicroPython board over a serial connection"
url="https://github.com/adafruit/ampy"
arch="noarch"
license="MIT"
depends="python3 py3-serial py3-click py-setuptools"
makedepends="python3-dev"
install=""
subpackages="$pkgname-doc"
source="https://github.com/adafruit/${pkgname}/archive/master.zip"
builddir="$srcdir/$pkgname-master"
prepare() {
cd "$builddir"
touch CONTRIBUTING.md
}
build() {
cd "$builddir"
python3 setup.py build || return 1
}
package() {
cd "$builddir"
python3 setup.py install --prefix=/usr \
--root="$pkgdir" || return 1
mkdir -p "$pkgdir"/usr/share/doc/$pkgname/
install -m644 CONTRIBUTING.md README.md \
"$pkgdir"/usr/share/doc/$pkgname/ || return 1
}
sha512sums="eb73d5a7cd385860de0b341dc344ba26478dbbd68385718c96025ddbf3c831487ef039fe44b1bced46409bcee31fd4a8f3343de69489545e2aa069c363b1b368 master.zip"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment