device/device-wiko-lenny2: fix APKBUILD (!874)

This commit is contained in:
HenriDellal 2020-01-10 13:32:58 +03:00 committed by Bart Ribbers
parent 570f87fada
commit e093128e17
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61

View File

@ -1,17 +1,23 @@
# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname="device-wiko-lenny2"
pkgdesc="Wiko Lenny 2"
pkgver=0.1
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="postmarketos-base linux-wiko-lenny2 mkbootimg mesa-dri-swrast"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
install -Dm644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
devicepkg_package $startdir $pkgname
}
sha512sums="9786dbf5aeeb7ad8df26f266f3db8b0d5c2e761cbd153ab59c8d530894a0cbdcbcec07676df065d5f187d1cb3a84e7d21b9a276dd613a6e73e00028797c5d390 deviceinfo"