2017-10-28 17:57:13 +00:00
|
|
|
# Reference: <https://postmarketos.org/devicepkg>
|
2020-01-10 10:32:50 +00:00
|
|
|
# Contributor: JBBgameich <jbbgameich@gmail.com>
|
2017-10-28 17:57:13 +00:00
|
|
|
pkgname="device-bq-chaozu"
|
|
|
|
pkgdesc="Aquaris U"
|
|
|
|
pkgver=0.1
|
2020-01-28 14:40:18 +00:00
|
|
|
pkgrel=4
|
2017-10-28 17:57:13 +00:00
|
|
|
url="https://postmarketos.org"
|
|
|
|
license="MIT"
|
2018-11-07 06:45:58 +00:00
|
|
|
arch="armhf"
|
|
|
|
options="!check !archcheck"
|
2017-10-28 17:57:13 +00:00
|
|
|
depends="postmarketos-base linux-bq-chaozu mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
|
|
makedepends="devicepkg-dev"
|
|
|
|
source="deviceinfo"
|
|
|
|
|
|
|
|
build() {
|
|
|
|
devicepkg_build $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
devicepkg_package $startdir $pkgname
|
|
|
|
}
|
|
|
|
|
2020-03-07 18:48:29 +00:00
|
|
|
sha512sums="13a435218828789fc67cdaa221c934304be8eb1ec1ccb2bfd4a4a19fc8c3b3dc7147789e873b464d444799fbbece659fcdad016aa8af53e90efe6fdc15e306ad deviceinfo"
|