maintainer="Casey Connolly <kcxt@postmarketos.org>"
pkgname=bootrr
pkgver=0.1_git20240706
_commit="7dd53678fe1e677a63883639c2dad927d7266c00"
pkgrel=0
pkgdesc="A sanity checker for boards under automated test"
url="https://github.com/andersson/bootrr"
arch="noarch"
license="BSD-3-Clause"
source="
	bootrr-$_commit.tar.gz::https://github.com/andersson/bootrr/archive/$_commit.tar.gz
"
builddir="$srcdir/bootrr-$_commit"
options="!check"

build() {
	make prefix=/usr all
}

package() {
	make prefix=/usr DESTDIR="$pkgdir" install
}

sha512sums="
9c39ea4bf02208cfcf33208766a7146c663a78d52942e12ec3115c0ce56528d9d5d1c6bb8ba95b7a33e29e68fc50d3c537fb50671a8e5112567009dc1cb7cd3e  bootrr-7dd53678fe1e677a63883639c2dad927d7266c00.tar.gz
"
