18 lines
772 B
Bash
18 lines
772 B
Bash
# Template file for 'rpi-usbboot'
|
|
pkgname=rpi-usbboot
|
|
version=20221215.105525
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libusb-devel"
|
|
short_desc="Raspberry Pi USB booting code, moved from tools repository"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/raspberrypi/usbboot"
|
|
changelog="https://raw.githubusercontent.com/raspberrypi/usbboot/master/debian/changelog"
|
|
distfiles="https://github.com/raspberrypi/usbboot/archive/refs/tags/${version/./-}.tar.gz"
|
|
checksum=2f02dbe9a88e9dfad5f05e513e1f30afd47b1575820f7c3b09665dfefc45bbaa
|
|
nostrip_files="/usr/share/rpiboot/start.elf /usr/share/rpiboot/start4.elf"
|
|
ignore_elf_files="${nostrip_files}"
|
|
nocross="Makefile requires more patching first"
|