pmaports/device/testing/device-samsung-kylevess/APKBUILD
Newbyte 0e9be207dd
device-*: replace mesa-dri-swrast with mesa-dri-gallium (MR 3059)
mesa-dri-swrast no longer exists and just installs,
mesa-dri-gallium. However, this might not always be the case, so
let's change it before it causes any issues.

[ci:ignore-count]
[ci:skip-build]
2022-04-05 23:23:03 +03:00

24 lines
603 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-samsung-kylevess
pkgdesc="Samsung Trend Lite"
pkgver=0.1
pkgrel=10
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="linux-samsung-kylevess mkbootimg mesa-dri-gallium postmarketos-base"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
b2004367d71945f2fc7032a2a224d879a7f09a39aff9b4fc1032d92025a11733b533f903ebfb16b6bc226ea65c3b5540d186e2ff45e57dbbede68e9d11a1110b deviceinfo
"