mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
add: alsa-ucm-cros (#832)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
%define debug_package %nil
|
||||
|
||||
Name: alsa-ucm-cros
|
||||
Version: 0.3
|
||||
Release: 1%?dist
|
||||
Summary: ALSA Use Case Manager configuration
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/WeirdTreeThing/alsa-ucm-conf-cros/tree/standalone
|
||||
Source0: https://github.com/WeirdTreeThing/alsa-ucm-conf-cros/archive/refs/tags/%version.tar.gz
|
||||
|
||||
%description
|
||||
%summary for chromebooks.
|
||||
|
||||
%prep
|
||||
%autosetup -n alsa-ucm-conf-cros-%version
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %buildroot%_datadir/alsa
|
||||
cp -r ucm2 %buildroot%_datadir/alsa/
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%_datadir/alsa/ucm2/
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "alsa-ucm-cros.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("WeirdTreeThing/alsa-ucm-conf-cros"));
|
||||
Reference in New Issue
Block a user