pmaports/device/testing/device-postmarketos-trailblazer/APKBUILD

43 lines
984 B
Text
Raw Normal View History

# Maintainer: Caleb Connolly <caleb@postmarketos.org>
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-postmarketos-trailblazer
pkgdesc="postmarketOS Trailblazer generic ARM64"
pkgver=4
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
linux-next
postmarketos-base
soc-qcom-sdm845-qbootctl
linux-firmware-qcom
linux-firmware-ath10k
rmtfs
pd-mapper
tqftpserv
bootmac
systemd-boot
firmware-siliconlabs-rs9116
firmware-brcm43752
"
makedepends="devicepkg-dev"
source="
deviceinfo
modules-initfs
"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
1f353c9ccca43a43bf04b115f87d07ff472b19ca41ac2289d69f2453c708b12f4d5421599c752ed4ed75455ea341dd3f3c6766117282786933e878a109777fef deviceinfo
71fa3c8b3e7b001be910a64650213854b31db667286f59566bcd27db496f37ad43905d8526d8e061057d04d7e21a36da185eac845a4d7826969ecdf0cabc3f85 modules-initfs
"