device/device-oneplus-onyx: fix APKBUILD (!874)
This commit is contained in:
parent
1d6b929b6d
commit
c958b738fa
1 changed files with 9 additions and 5 deletions
|
@ -1,19 +1,23 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: Alex Roth <alex@magmastone.net>
|
||||
pkgname=device-oneplus-onyx
|
||||
pkgver=1
|
||||
pkgrel=8
|
||||
pkgrel=9
|
||||
pkgdesc="OnePlus X"
|
||||
url="https://postmarketos.org"
|
||||
arch="armhf"
|
||||
license="MIT"
|
||||
depends="postmarketos-base linux-oneplus-onyx mkbootimg msm-fb-refresher mesa-dri-swrast"
|
||||
makedepends=""
|
||||
install=""
|
||||
makedepends="devicepkg-dev"
|
||||
source="deviceinfo 90-android-touch-dev.rules fb.modes"
|
||||
options="!check !archcheck"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm644 "$srcdir"/deviceinfo \
|
||||
"$pkgdir"/etc/deviceinfo
|
||||
devicepkg_package $startdir $pkgname
|
||||
install -Dm644 "$srcdir"/90-android-touch-dev.rules \
|
||||
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
||||
install -Dm644 "$srcdir"/fb.modes \
|
||||
|
|
Loading…
Reference in a new issue