# Template file for 'rpi-utils'
pkgname=rpi-utils
version=20241218
revision=1
_commit=6eed75853f8fee9dbf0ea725ded4ad1adb571453
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=0c4f7b2e79ddf79f03c7bd12f434af1ed7f50bd6107b2145e3d4f1178ee9b710
python_version=3

post_install() {
	vlicense LICENCE
}

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