pmaports/device/testing/device-wiko-lenny3/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
582 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-wiko-lenny3
pkgdesc="Lenny 3"
pkgver=0.1
pkgrel=12
url="https://postmarketos.org"
license="MIT"
arch="armhf"
options="!check !archcheck"
depends="postmarketos-base linux-wiko-lenny3 mkbootimg mesa-dri-gallium"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="
b145f2ea93bd416cf407b7d86dbbfccec1804a8f4a96dfc00400c45f34b7c9f76391cd74353d3bbbcadd9886d5527698085ab4746c939d51cb212ef0e168f848 deviceinfo
"