40 lines
982 B
Text
40 lines
982 B
Text
|
# Reference: <https://postmarketos.org/devicepkg>
|
||
|
# Maintainer: Caleb Connolly <caleb@postmarketos.org>
|
||
|
# Co-Maintainer: Alexander Martinz <amartinz@shiftphones.com>
|
||
|
pkgname=device-shift-otter
|
||
|
pkgdesc="SHIFTphone 8"
|
||
|
pkgver=1
|
||
|
pkgrel=0
|
||
|
url="https://postmarketos.org"
|
||
|
license="MIT"
|
||
|
arch="aarch64"
|
||
|
options="!check !archcheck"
|
||
|
depends="
|
||
|
firmware-qcom-adreno-a660
|
||
|
firmware-shift-otter
|
||
|
linux-postmarketos-qcom-sc7280
|
||
|
make-dynpart-mappings
|
||
|
mkbootimg
|
||
|
postmarketos-base
|
||
|
soc-qcom-sc7280
|
||
|
soc-qcom-sc7280-qbootctl
|
||
|
"
|
||
|
makedepends="devicepkg-dev"
|
||
|
source="
|
||
|
deviceinfo
|
||
|
modules-initfs
|
||
|
"
|
||
|
|
||
|
build() {
|
||
|
devicepkg_build $startdir $pkgname
|
||
|
}
|
||
|
|
||
|
package() {
|
||
|
devicepkg_package $startdir $pkgname
|
||
|
}
|
||
|
|
||
|
sha512sums="
|
||
|
3e4ea7fa643dfa0205707dfa6ad8c12c8e35be8ae0c7684479e3981b498d33ee55b636760cb4574f99d8f88df49a4f098cb6fc3b8b248840ab9886501108f309 deviceinfo
|
||
|
57316402c428390cb683f03da817308e008e246e01e88c95d60fc14d736156ce6cc7915633d973347a56c721022913192928799310f14839afe8d00de2efa14c modules-initfs
|
||
|
"
|