4914067590
The file is automatically packed by devicepkg-dev utils Relates #1836
53 lines
1.4 KiB
Text
53 lines
1.4 KiB
Text
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Alexander Martinz <amartinz@shiftphones.com>
|
|
|
|
pkgname=device-shift-axolotl
|
|
pkgdesc="SHIFT6mq"
|
|
pkgver=11
|
|
pkgrel=1
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="
|
|
linux-postmarketos-qcom-sdm845
|
|
make-dynpart-mappings
|
|
mkbootimg
|
|
postmarketos-base
|
|
postmarketos-update-kernel
|
|
soc-qcom-sdm845
|
|
soc-qcom-sdm845-ucm
|
|
soc-qcom-sdm845-qbootctl
|
|
fwupd>=1.8.6
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
modules-initfs
|
|
q6voiced.conf
|
|
"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Modem, GPU and WiFi Firmware, also needed for osk-sdl"
|
|
depends="firmware-shift-sdm845 firmware-shift-sdm845-initramfs
|
|
soc-qcom-sdm845-nonfree-firmware soc-qcom-sdm845-modem"
|
|
mkdir "$subpkgdir"
|
|
|
|
install -Dm644 q6voiced.conf "$subpkgdir"/etc/conf.d/q6voiced
|
|
}
|
|
|
|
sha512sums="
|
|
88e5a1f014e48c811df46e94e09016f4f65cd99eb7e0baff4f7aaf9ee9cec2f8d9d9849aa23b6a28dac9631eeace530c5d914b538f186acbbd1e907d9041cc7e deviceinfo
|
|
6bea4c8628853197600db11d11d2ad64f365ad2bdd9d06a05af0f3e96d4dcd2ffb9ddbd8ffc439f3d54baef02ad6eb05a7c16d308eecb24088279e63d7eb514a modules-initfs
|
|
2a3cbdad5aa91181d24a4e56e63986af6accf887c64fa4d1b6ddad1926e29050243c4b1e2fd892d38ca7c16e24dff8545a16552e5749ae31b6d01bf428468e51 q6voiced.conf
|
|
"
|