void-packages/srcpkgs/rpi-utils/template

27 lines
770 B
Bash

# Template file for 'rpi-utils'
pkgname=rpi-utils
version=20240523
revision=1
_commit=b9c63214c535d7df2b0fa6743b7b3e508363c25a
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=e2dd917ba498c3cc24fbcea6a3e14fd06ed99d0b00a230b1ec8a3d36ad2b0ac9
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}"
}