22 lines
657 B
Bash
22 lines
657 B
Bash
# Template file for 'speakersafetyd'
|
|
pkgname=speakersafetyd
|
|
version=2.0.0
|
|
revision=1
|
|
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"
|
|
|
|
post_install() {
|
|
DESTDIR="${DESTDIR}" make install-data
|
|
mv ${DESTDIR}/lib/* ${DESTDIR}/usr/lib
|
|
vlicense LICENSE
|
|
vsv speakersafetyd
|
|
}
|