pmaports/device/testing/device-xiaomi-equuleus/APKBUILD
Stefan Hansson 86c77a7a38
device: remove references to postmarketos-update-kernel (MR 5045)
Package was removed and is now included in boot-deploy.

[ci:ignore-count]: Lots of packages intentionally changed.
[ci:skip-build]: already built successfully in CI
2024-04-20 11:15:33 +02:00

31 lines
653 B
Text

# Maintainer: Sporos <alexandergp@pm.me>
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-xiaomi-equuleus
pkgdesc="Xiaomi Mi 8 Pro"
pkgver=1
pkgrel=4
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
linux-postmarketos-qcom-sdm845
mkbootimg
postmarketos-base
soc-qcom-sdm845
"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
2957cbb323b4ee37e395d0acd6d739999bbc3d51d26faa35b36abf2b7ec51bd690095d5ce2f66ec321700e635343cfc124d945eecf8e0f966886c321e43799e8 deviceinfo
"