pmaports/device/testing/firmware-samsung-s5k5baf/APKBUILD
Johannes Marbach 95d375879c
treewide: firmware: use pmb:cross-native/!tracdeps (MR 2468)
Add pmb:cross-native/!tracedeps to applicable firmware packages and
secure both with a test.

This sets the pmb:cross-native and !tracedeps options on all firmware-*
packages that are compatible with the native compilation method. A unit
test ensures the presence of both options while maintaining a list of
exempted packages.

Fixes: #718
[ci:ignore-count] [ci:skip-vercheck] [ci:skip-build]
2021-09-19 18:57:36 +02:00

19 lines
749 B
Text

# Maintainer: Timbz <timon.baetz@protonmail.com>
# See https://gitlab.com/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
"