2018-09-08 12:53:30 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:52 +00:00
|
|
|
# Contributor: Paakke <paakke92@gmail.com>
|
2018-09-08 12:53:30 +00:00
|
|
|
pkgname="device-lg-w5"
|
|
|
|
pkgdesc="L70"
|
|
|
|
pkgver=0.1
|
2020-03-07 18:58:32 +00:00
|
|
|
pkgrel=4
|
2018-09-08 12:53:30 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
2018-11-07 06:45:58 +00:00
|
|
|
arch="armhf"
|
|
|
|
options="!check !archcheck"
|
2018-09-08 12:53:30 +00:00
|
|
|
depends="postmarketos-base linux-lg-w5 mkbootimg mesa-dri-swrast"
|
|
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2020-03-07 16:10:22 +00:00
|
|
|
sha512sums="28a93dc968619d25fee14b267272694ad7a4a3c01143957e568ee6c69b16baa8ab1eefe2875555452c0a2e6f47caf2090314d974ebc6aa21fdb71c81fc518c81 deviceinfo"
|