27 lines
770 B
Bash
27 lines
770 B
Bash
# Template file for 'rpi-utils'
|
|
pkgname=rpi-utils
|
|
version=20231221
|
|
revision=1
|
|
_commit=2cc103f4531a005cadaa8a9d09d6c85523c166bb
|
|
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=32e128d437052c66c744f24d75b0835a80a98627e33c48a37172a457024d9275
|
|
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}"
|
|
}
|