forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
22 lines (21 loc) · 688 Bytes
/
Copy pathtemplate
File metadata and controls
22 lines (21 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Template file for 'speakersafetyd'
pkgname=speakersafetyd
version=2.0.0
revision=2
build_style=cargo
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel"
short_desc="Software Smart Amp implementation"
maintainer="dkwo <npiazza@disroot.org>"
license="MIT"
homepage="https://github.com/AsahiLinux/speakersafetyd"
distfiles="https://github.com/AsahiLinux/speakersafetyd/archive/refs/tags/${version}.tar.gz"
checksum=33b557bee7385cf42e6662fa1fa738d20b6aa5805a3169495400271db04d59b3
system_accounts="_speakersafetyd"
_speakersafetyd_groups="audio"
post_install() {
DESTDIR="${DESTDIR}" make install-data
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib
vlicense LICENSE
vsv speakersafetyd
}