firmware-google-sunfish: new aport

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6703>
This commit is contained in:
Jens Reidel 2025-07-29 05:18:35 +02:00 committed by The Friendly Merge Bot
parent 8cc3e57516
commit 8eb025b946
No known key found for this signature in database
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1 @@
/lib/firmware/qcom/sm7150/google/sunfish/a615_zap.mbn

View file

@ -0,0 +1,28 @@
# Maintainer: Jens Reidel <adrian@travitia.xyz>
pkgname=firmware-google-sunfish
pkgver=1
pkgrel=0
pkgdesc="Firmware for Google Pixel 4a"
url="https://github.com/sm7150-mainline/firmware-google-sunfish"
arch="aarch64"
license="proprietary"
options="!check !strip !archcheck !tracedeps pmb:cross-native textrels"
_commit="fe63598e1bd9884bd68ba89e4670dae4d70b1e3e"
source="
$pkgname-$_commit.tar.gz::$url/archive/$_commit/$pkgname-$_commit.tar.gz
30-initramfs-$pkgname.files
"
builddir="$srcdir/$pkgname-$_commit"
package() {
find . -type f -exec install -Dm644 {} "$pkgdir"/{} \;
install -Dm644 "$srcdir/30-initramfs-$pkgname.files" -t \
"$pkgdir"/usr/share/mkinitfs/files
}
sha512sums="
c94511f6e6d6aa6ebf3238e27b7092498f3d58be9893d05e874ce9551cffb1a3e38b994a822c4364c97da0f03925d4d554045234b1f78b59af63207a396ee713 firmware-google-sunfish-fe63598e1bd9884bd68ba89e4670dae4d70b1e3e.tar.gz
d07e3a34791608d432cb119507299dabedc5772ad34763c5494daf68f28892b3556ca6ca34994b5f32cc097cd6d1795db3b952db11e0522f6ef33a663761f289 30-initramfs-firmware-google-sunfish.files
"