void-packages/srcpkgs/pinebookpro-base/template
Cameron Nemo aaec2bc4b6 pinebookpro-base: drop firmware dep, use ALSA UCM
Pinebook Pro kernel no longer supports video output via altmode dp, and
that was the only reason to install the linux-firmware dependency.

Replace the asound.state file with a dependency on ALSA UCM, which now
supports the Pinebook Pro.
2023-02-14 21:59:31 +01:00

17 lines
524 B
Bash

# Template file for 'pinebookpro-base'
pkgname=pinebookpro-base
version=0.5
revision=1
archs="aarch64*"
build_style=meta
depends="pinebookpro-kernel dracut pinebookpro-firmware pinebookpro-uboot
alsa-ucm-conf"
short_desc="Void Linux Pinebook Pro platform package"
maintainer="Cameron Nemo <cam@nohom.org>"
license="Public Domain"
homepage="https://www.voidlinux.org"
do_install() {
vinstall "${FILESDIR}/60-pinebookpro.rules" 644 usr/lib/udev/rules.d
vinstall "${FILESDIR}/10-pinebookpro.hwdb" 644 usr/lib/udev/hwdb.d
}