device/device-xiaomi-kenzo: fix APKBUILD (!874)
This commit is contained in:
parent
6faab8c72b
commit
70a8b1363b
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# Reference: <https://postmarketos.org/devicepkg>
|
||||
# Contributor: Idan Horo <idan.horowitz@gmail.com>
|
||||
pkgname="device-xiaomi-kenzo"
|
||||
pkgdesc="Xiaomi Redmi Note 3"
|
||||
pkgver=0.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -11,8 +12,8 @@ depends="postmarketos-base linux-xiaomi-kenzo mkbootimg mesa-dri-swrast mdss-fb-
|
|||
makedepends="devicepkg-dev"
|
||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||
source="deviceinfo
|
||||
fb.modes
|
||||
directfbrc"
|
||||
fb.modes
|
||||
directfbrc"
|
||||
|
||||
build() {
|
||||
devicepkg_build $startdir $pkgname
|
||||
|
|
Loading…
Reference in a new issue