2019-03-09 12:14:56 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:51 +00:00
|
|
|
# Contributor: RONTheCookie <ronthecookie0101@gmail.com>
|
2019-03-09 12:14:56 +00:00
|
|
|
pkgname="device-lg-d722"
|
|
|
|
pkgdesc="LG G3 Beat"
|
|
|
|
pkgver=0.1
|
2020-01-28 14:40:18 +00:00
|
|
|
pkgrel=2
|
2019-03-09 12:14:56 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
|
|
|
arch="armv7"
|
|
|
|
options="!check !archcheck"
|
|
|
|
depends="postmarketos-base linux-lg-d722 mkbootimg mesa-dri-swrast"
|
|
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2020-03-07 18:48:29 +00:00
|
|
|
sha512sums="74fbf2b2a724f160e38e53576a50fcccdf294da1a44a73a9ddfa617d728081de407b5fb9587f80211b511e7f316988ce845f63d2cc089394498009f15df8b110 deviceinfo"
|