* Also move right above pkgname= * Move Co-Maintainer lines above maintainer= * Remove empty lines in the header pmbootstrap 3.7+ & abuild supports maintainer= variables. See also https://gitlab.alpinelinux.org/alpine/tsc/-/issues/88 [ci:skip-build]: no pkgver/pkgrel changes [ci:ignore-count]: intended [ci:skip-vercheck]: no functional changes [skip ci]: false positives Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7723>
48 lines
1.3 KiB
Text
48 lines
1.3 KiB
Text
# Archived: Downstream port, only for testing. Use mainline port!
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
|
maintainer="Luca Weiss <luca@lucaweiss.eu>"
|
|
pkgname=device-fairphone-fp2-downstream
|
|
pkgdesc="Fairphone 2 (Downstream)"
|
|
pkgver=2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
adsp-audio
|
|
firmware-fairphone-fp2-adsp
|
|
firmware-fairphone-fp2-modem
|
|
firmware-fairphone-fp2-wcnss
|
|
linux-fairphone-fp2-downstream
|
|
lk2nd-msm8974
|
|
mkbootimg
|
|
msm-modem-downstream
|
|
postmarketos-base
|
|
soc-qcom-msm8974
|
|
wcnss-wlan
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
FP2.conf
|
|
hifi
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
mkdir -p "$pkgdir"/usr/share/alsa/ucm/FP2
|
|
install -Dm644 "$srcdir"/FP2.conf "$pkgdir"/usr/share/alsa/ucm/FP2/
|
|
install -Dm644 "$srcdir"/hifi "$pkgdir"/usr/share/alsa/ucm/FP2/
|
|
}
|
|
|
|
sha512sums="
|
|
e9ca33701c6f42213ad91a9bce6f07a57dea2833098a12da361352ef1ca0663843709caaf0c7ded8bdc00d71ec90a678c327082ee573aa65e0815f37fcfb7fc2 deviceinfo
|
|
55360b1ba4ddadea341c9edb13c32ba5f19aabf75ab28602f30cfb79b9df8834f115ef979c70569f23ec1293b1fcd408baf320d87803293ce7106bdc73a26c9f FP2.conf
|
|
b834461c6866bb0c473dd089dd5da641dd42a00f610aad6503117aa50fe6e200db9ad0a264bb609f12350d59faee1f772907bacd75439f702ea7d52f6f85e2b1 hifi
|
|
"
|