39 lines
875 B
Text
39 lines
875 B
Text
|
# Reference: <https://postmarketos.org/devicepkg>
|
||
|
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||
|
pkgname=device-google-veyron-mighty
|
||
|
pkgdesc="Google Veyron Mighty Chromebooks"
|
||
|
pkgver=1
|
||
|
pkgrel=0
|
||
|
url="https://postmarketos.org"
|
||
|
license="MIT"
|
||
|
arch="armv7"
|
||
|
options="!check !archcheck"
|
||
|
depends="
|
||
|
alsa-ucm-conf
|
||
|
depthcharge-tools
|
||
|
linux-google-veyron
|
||
|
postmarketos-base
|
||
|
postmarketos-update-depthcharge-kernel
|
||
|
"
|
||
|
makedepends="devicepkg-dev"
|
||
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||
|
source="deviceinfo"
|
||
|
|
||
|
build() {
|
||
|
devicepkg_build $startdir $pkgname
|
||
|
}
|
||
|
|
||
|
package() {
|
||
|
devicepkg_package $startdir $pkgname
|
||
|
}
|
||
|
|
||
|
nonfree_firmware() {
|
||
|
pkgdesc="WiFi/BT firmware"
|
||
|
depends="linux-firmware-mrvl"
|
||
|
mkdir "$subpkgdir"
|
||
|
}
|
||
|
|
||
|
sha512sums="
|
||
|
5ca1b1cae646ed6582d37efd20c9c0be5b9c71f4fd42c2c4320b27678489ce466b4a3c51ee46ae4b3643979f4ea176b6745f9a1adc236448395463baf2537284 deviceinfo
|
||
|
"
|