mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
Fix template according to PR comments
This commit is contained in:
parent
9747ef2751
commit
2101db6140
1 changed files with 12 additions and 8 deletions
|
@ -3,12 +3,16 @@ pkgname=alsaequal
|
||||||
version=0.7.1
|
version=0.7.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_use_env=1
|
make_use_env=yes
|
||||||
makedepends='alsa-lib-devel ladspa-sdk'
|
makedepends="alsa-lib-devel ladspa-sdk"
|
||||||
depends='caps>=0.9.11'
|
depends="caps>=0.9.11"
|
||||||
short_desc='A real-time adjustable equalizer plugin for ALSA'
|
short_desc="Real-time adjustable equalizer plugin for ALSA"
|
||||||
maintainer='Joshua Krämer <joshua@kraemer.link>'
|
maintainer="Joshua Krämer <joshua@kraemer.link>"
|
||||||
license='LGPL-2.1-or-later'
|
license="LGPL-2.1-or-later"
|
||||||
homepage='https://github.com/bassdr/alsaequal'
|
homepage="https://github.com/bassdr/alsaequal"
|
||||||
distfiles="https://github.com/bassdr/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bassdr/alsaequal/archive/v${version}.tar.gz"
|
||||||
checksum=25a3da01fd471015ecefe679bcf157be47af307cc11ac5e5888157291eb8ce54
|
checksum=25a3da01fd471015ecefe679bcf157be47af307cc11ac5e5888157291eb8ce54
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed 's/:= gcc/:= ${CC}/' -i Makefile
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue