21 lines
676 B
Bash
21 lines
676 B
Bash
# Template file for 'python-msp430-tools'
|
|
pkgname=python-msp430-tools
|
|
version=0.9.2
|
|
revision=1
|
|
archs=noarch
|
|
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="BSD-3-Clause"
|
|
homepage="https://pypi.org/project/python-msp430-tools/"
|
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=544de0c333a4e58a9f5585454a515c6f6159547a5e9a6103cc1e1f064d8323d8
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
rm ${DESTDIR}/usr/bin/msp430-downloader # needs EasyDialogs
|
|
}
|