pmaports/device/community/soc-samsung-exynos4412/APKBUILD
Stefan Hansson 7260bf9963
*/*: update my name and email
Let's finally be consistent about this.

[ci:skip-count]: Deliberately changing a lot of packages.
[ci:skip-vercheck]: Updating co-maintainer does not need a pkgrel bump.

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8688>
2026-06-06 21:14:12 +02:00

29 lines
676 B
Text

maintainer="Stefan Hansson <newbyte@postmarketos.org>"
pkgname=soc-samsung-exynos4412
pkgdesc="Common package for Samsung Exynos 4412 devices"
pkgver=3
pkgrel=1
url="https://postmarketos.org"
license="BSD-3-Clause"
arch="armv7"
options="!check !archcheck !tracedeps"
subpackages="
$pkgname-cameraflash
"
source="
60-flashlight.rules
"
package() {
mkdir -p "$pkgdir"
}
cameraflash() {
# Rear camera flash udev rules
install -Dm644 "$srcdir"/60-flashlight.rules \
-t "$subpkgdir"/usr/lib/udev/rules.d
}
sha512sums="
9170da7ac869254644f2fc8d914102f2c16e917dbeb53e33b96c76936711d0540f55fa5c2526d73d5fe244500bc2728bc9d629e2524cf52c573d11e833aee666 60-flashlight.rules
"