# Maintainer: Marian Buschsieweke pkgname=mspdebug pkgver=0.25 pkgrel=1 pkgdesc="A free debugger for use with MSP430 MCUs" url="https://github.com/dlbeer/mspdebug" makedepends="libusb-compat-dev readline-dev linux-headers" arch="all" license="GPL-2.0-only" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/dlbeer/mspdebug/archive/v$pkgver.tar.gz" options="!check" # no unit tests provided build() { make } package() { make DESTDIR="$pkgdir" PREFIX=/usr install } sha512sums="5eba1d4fa6773daa89cccd8eb1964a5dfd5fb5e6719769ab6241c71010aca05c43217a8fcb6bebe1c2d9f58824f1dda5787f27b2e119f0d086eb9ae40e7fca90 mspdebug-0.25.tar.gz"