a17a931026
[ci:ignore-count], [ci:skip-build]
23 lines
585 B
Text
23 lines
585 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname=device-asus-z00vd
|
|
pkgdesc="ASUS Zenfone Go"
|
|
pkgver=0.1
|
|
pkgrel=5
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-asus-z00vd mkbootimg mesa-dri-swrast"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
|
|
sha512sums="b559a3f96c4460c786ae2b1441f434c256611023d6855bc5e2e63032154c3e9f031aed57bdc74246bffe460a3b8ad209bbc75dd51486b9697e681ad306138ee1 deviceinfo"
|