bfa61f6b7d
This MR removes the downstream kernel package linux-shift-axolotl and uses linux-postmarketos-qcom-sdm845 instead, as it has recently added support for the SHIFT6mq (axolotl). Change-Id: I79427820686eb813cb21f57d6bddc0d2f7984b6a Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
33 lines
713 B
Text
33 lines
713 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Alexander Martinz <amartinz@shiftphones.com>
|
|
|
|
pkgname=device-shift-axolotl
|
|
pkgdesc="SHIFT6mq"
|
|
pkgver=0.2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-postmarketos-qcom-sdm845
|
|
mkbootimg
|
|
postmarketos-base
|
|
postmarketos-update-kernel
|
|
soc-qcom-sdm845
|
|
soc-qcom-sdm845-ucm
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
f6815e23c10e58cfc30e24982b7cef50e0f7f208756226e68de5c37808bce7c1144450005b01401fa49c2887e4c1843e78e170c9f3a53477dea6b3def315068b deviceinfo
|
|
"
|