void-packages/srcpkgs/python-msp430-tools/template
2017-07-08 20:06:39 +02:00

21 lines
676 B
Bash

# Template file for 'python-msp430-tools'
pkgname=python-msp430-tools
version=0.8.1
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=ad92ddd5ff55e81f94a004c5437ec34dd39b2dd9b054f16e71a57fe9908904cb
post_install() {
vlicense LICENSE.txt LICENSE
rm ${DESTDIR}/usr/bin/msp430-downloader # needs EasyDialogs
}