0cea31a837
[ci:skip-build] already built successfully 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.3
|
|
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="
|
|
88ef18a24c91037343f6909365009e5d99135a0ddb52fec674d081fd3d4810f21735e76ce199470da1c5f3f65a58a6c0cd5bd00fde25155889717d64c9db3e96 deviceinfo
|
|
9633b95a87d74a6668d2f2c30aaf187149a3a72c8c5734c5fb4094bcbc2fa9a519d35f6b8992a402aa3e003ce94b430b43ad5a8be774bfb2b4a353701c807f28 extlinux.conf
|
|
"
|