2017-07-06 13:28:21 +02:00

21 lines
674 B
Bash

# Template file for 'python-msp430-tools'
pkgname=python-msp430-tools
version=0.8
revision=1
noarch=yes
build_style=python2-module
pycompile_module="msp430"
hostmakedepends="python-setuptools"
depends="python-pyserial"
short_desc="Collection of tools related to the MSP430 embedded processor"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="3-clause-BSD"
homepage="http://pypi.python.org/pypi/python-msp430-tools"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=c7d44bcbf14f720d167d6f8e33a1c77eff26b3733200ef79c2ea35b98a9c1d4a
post_install() {
vlicense LICENSE.txt LICENSE
rm ${DESTDIR}/usr/bin/msp430-downloader # needs EasyDialogs
}