65bae8615b
[ci:ignore-count] [ci:skip-build] too many changed kernels/packages, won't complete in CI
32 lines
913 B
Text
32 lines
913 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Timothy Valldeperas <tvall43@gmail.com>
|
|
pkgname=device-google-veyron-jerry
|
|
pkgdesc="Google Veyron Jerry Chromebook"
|
|
pkgver=0.2
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-postmarketos-rockchip mesa-dri-gallium"
|
|
makedepends="devicepkg-dev"
|
|
source="
|
|
deviceinfo
|
|
extlinux.conf
|
|
"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -D -m644 "$srcdir"/extlinux.conf \
|
|
"$pkgdir"/boot/extlinux/extlinux.conf
|
|
|
|
}
|
|
|
|
sha512sums="
|
|
dca6475b09021242f51b725e246143a44fa652b924bd80f6dc2d76a40f318c0aae431b56b04958f9862ebc79cc2a6e700450441ac6f350bc5bce8105b3ab4798 deviceinfo
|
|
9633b95a87d74a6668d2f2c30aaf187149a3a72c8c5734c5fb4094bcbc2fa9a519d35f6b8992a402aa3e003ce94b430b43ad5a8be774bfb2b4a353701c807f28 extlinux.conf
|
|
"
|