pmaports/device/testing/device-wiko-lenny2/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
586 B
Text

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