void-packages/srcpkgs/python-msp430-tools/template

21 lines
672 B
Bash

# Template file for 'python-msp430-tools'
pkgname=python-msp430-tools
version=0.9
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="BSD-3-Clause"
homepage="https://pypi.org/project/python-msp430-tools/"
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=09435855b14c3a1113056a847d5dbd192021b6e9400fff1ebeb47dd2cc422f55
post_install() {
vlicense LICENSE.txt LICENSE
rm ${DESTDIR}/usr/bin/msp430-downloader # needs EasyDialogs
}