# Template file for 'rpi-utils'
pkgname=rpi-utils
version=20260126
revision=1
_commit=f0ceb02829c3f8349b53633747527f4e2e5c0ae7
archs="aarch64* armv7l* armv6l*"
build_style=cmake
makedepends="dtc-devel"
depends="python3 perl bash"
short_desc="Collection of utilities for Raspberry Pi"
maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://github.com/raspberrypi/utils"
distfiles="https://github.com/raspberrypi/utils/archive/${_commit}.tar.gz"
checksum=eac3765a2d18f36e8410d32619c3f33b1c87a0fb431857d3b319e81fe7287d60
python_version=3

post_install() {
	vlicense LICENCE
}

rpi-userland_package() {
	metapackage=yes
	short_desc="RPi userland utilities (transitional dummy package)"
	depends="${sourcepkg}>=${version}_${revision}"
}
