alsa-ucm-conf-cros: new aport (MR 5020)
This commit is contained in:
parent
132659ec52
commit
e5efdcf862
2 changed files with 21 additions and 0 deletions
|
@ -52,6 +52,7 @@ device/*/*-xiaomi-tissot/ @jiaxyga @barni2000
|
|||
device/*/*-xiaomi-vince/ @M0Rf30
|
||||
device/*/*-xiaomi-wt88047/ @Minecrell
|
||||
device/*/*-xiaomi-ysl/ @barni2000
|
||||
device/*/alsa-ucm-conf-cros/ @WeirdTreeThing
|
||||
device/*/device-fairphone-*/ @z3ntu
|
||||
device/*/device-google-nyan-big/ @jenneron
|
||||
device/*/device-google-nyan-blaze/ @jenneron
|
||||
|
|
20
device/community/alsa-ucm-conf-cros/APKBUILD
Normal file
20
device/community/alsa-ucm-conf-cros/APKBUILD
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Maintainer: WeirdTreeThing <bradyn127@protonmail.com>
|
||||
pkgname=alsa-ucm-conf-cros
|
||||
pkgver=0.5
|
||||
pkgrel=0
|
||||
pkgdesc="ALSA UCM configuration for Chrome OS devices"
|
||||
url="https://github.com/WeirdTreeThing/alsa-ucm-conf-cros"
|
||||
arch="noarch"
|
||||
depends="alsa-ucm-conf"
|
||||
replaces="alsa-ucm-conf"
|
||||
license="BSD-3-Clause"
|
||||
options="!check"
|
||||
source="$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/share/alsa/
|
||||
cp -r ucm2 "$pkgdir"/usr/share/alsa
|
||||
}
|
||||
sha512sums="
|
||||
844f23b640bbdbcef83f9cc11444ee80bfc83095d7917f5c12c2e3b99f120fd014c74c91deae02ec0f2210115270e518977fdef77dca5a3ab5d8df53e5ec62b1 alsa-ucm-conf-cros-0.5.tar.gz
|
||||
"
|
Loading…
Reference in a new issue