pmaports/device/device-lg-d855/APKBUILD
2020-01-17 18:10:14 +01:00

26 lines
901 B
Text

# Reference: <https://postmarketos.org/devicepkg>
# Contributor: Nutcake
pkgname=device-lg-d855
pkgver=1
pkgrel=18
pkgdesc="LG G3 International"
url="https://postmarketos.org"
arch="armhf"
license="MIT"
depends="postmarketos-base linux-lg-d855 mkbootimg mesa-dri-swrast"
makedepends="devicepkg-dev"
source="deviceinfo 90-android-touch-dev.rules"
options="!check !archcheck"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
}
sha512sums="91537802f0e888c5cea71462e084414dffddb9faf9b8a2c2aebd5b30e4af4839b9bbac1e63158742936caede9ef66a9d1f84892dbe7aaa1583aedbea1397121d deviceinfo
ee25f3d0377f027d108593eb7953b8db49d7f05a5c36a0c8ca7e7849d15e3c217bc1ac97d77a66e28d2db4b81c0f50b905639911276da40321d2b6cca7f797df 90-android-touch-dev.rules"