pmaports-a71/device/testing/firmware-samsung-s5k5baf/APKBUILD
Pablo Correa Gómez 9552b4a781
*/*: update references to gitlab.postmarketos.org that need no rebuild (MR 5696)
These are in files or parts of files that are not part of the
checksums, or that serve as packaging-information only. Thus, require
no rebuild
2024-10-07 12:57:38 +02:00

20 lines
762 B
Plaintext

# Maintainer: Timbz <timon.baetz@protonmail.com>
# See https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/2248#note_605868837
pkgname=firmware-samsung-s5k5baf
pkgver=1.0
pkgrel=0
pkgdesc="Firmware for Samsung S5K5BAF(X) UXGA camera driver"
url="https://github.com/timbz/firmware-samsung-s5k5baf"
arch="armv7"
license="GPL2"
options="!check !tracedeps pmb:cross-native"
source="https://github.com/timbz/firmware-samsung-s5k5baf/releases/download/v$pkgver/s5k5baf-cfg.bin"
package() {
install -Dm644 "$srcdir"/s5k5baf-cfg.bin "$pkgdir"/lib/firmware/postmarketos/s5k5baf-cfg.bin
}
sha512sums="
912094e25f20e1cb78866a1f0cc3ba0459a788591550175ee077983cbfbed5eba4ddcb932771ff49894550439e096054b4d723dbeb95b7c0909ba3496f6e26b5 s5k5baf-cfg.bin
"