43 lines
1.1 KiB
Text
43 lines
1.1 KiB
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Maintainer: Timothy Valldeperas <tvall43@gmail.com>
|
|
pkgname=device-google-veyron-jerry
|
|
pkgdesc="Google Veyron Jerry Chromebook"
|
|
pkgver=0.6
|
|
pkgrel=0
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armv7"
|
|
options="!check !archcheck"
|
|
depends="
|
|
alsa-ucm-conf-google-veyron
|
|
linux-postmarketos-rockchip
|
|
mesa-dri-gallium
|
|
postmarketos-base
|
|
"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
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
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="WiFi/BT firmware"
|
|
depends="linux-firmware-mrvl"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
f03a663bdf5af04b0270a4c004877cc80496e9a11c6a144e62f5bffb93f8eaef0a0b9b55c6b3a85e13e2539f0e24781148c9676e1c8be50961aaf49fed224424 deviceinfo
|
|
9633b95a87d74a6668d2f2c30aaf187149a3a72c8c5734c5fb4094bcbc2fa9a519d35f6b8992a402aa3e003ce94b430b43ad5a8be774bfb2b4a353701c807f28 extlinux.conf
|
|
"
|