pmaports/device/device-zte-kis3/APKBUILD
Oliver Smith 0acf0c9831 device-zte-kis3: Fix sdcard installation
There was a space at the end of the line, which the deviceinfo
parser couldn't handle. Fixes #1325.
2018-03-12 21:17:32 +01:00

22 lines
566 B
Text

# Reference: <https://postmarketos.org/devicepkg>
pkgname="device-zte-kis3"
pkgdesc="ZTE Kis 3"
pkgver=0.1
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="noarch"
options="!check"
depends="postmarketos-base linux-zte-kis3 mkbootimg mesa-dri-swrast"
makedepends="devicepkg-dev"
source="deviceinfo"
build() {
devicepkg_build $startdir $pkgname
}
package() {
devicepkg_package $startdir $pkgname
}
sha512sums="6b580466a3dd04c56335b8207d42ab9c0155d751a3a7c6a161f236f2c5e89eb60312d89a1304a3d799d16ab18d352ab7ad32b8d2ff83ebb678229edac507606b deviceinfo"