27 lines
770 B
Bash
27 lines
770 B
Bash
# Template file for 'rpi-utils'
|
|
pkgname=rpi-utils
|
|
version=20240228
|
|
revision=1
|
|
_commit=9eddf892ef7b9f94b2406d56f48c81f15a42794c
|
|
archs="armv6l* armv7l* aarch64*"
|
|
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=f54ec0909713b8450e118b0ebb8a51e9b293ffca519026f0296d21809072173a
|
|
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}"
|
|
}
|