mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
ncpamixer: update to 1.3.7.
This commit is contained in:
parent
c13635faa6
commit
2b731e4d54
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ncpamixer'
|
||||
pkgname=ncpamixer
|
||||
version=1.3.3.5
|
||||
version=1.3.7
|
||||
revision=1
|
||||
build_wrksrc=src
|
||||
build_style=cmake
|
||||
|
@ -10,7 +10,13 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/fulhax/ncpamixer"
|
||||
distfiles="https://github.com/fulhax/ncpamixer/archive/${version}.tar.gz"
|
||||
checksum=2f9cd3801acea6f1f5e93222b80940b5966790c51236b6ee3456e46d4b0269af
|
||||
checksum=8a647b333875e117449fdfa3167ed50cfebe2c2254ae2618eaa5e64a5e5db3a6
|
||||
|
||||
post_extract() {
|
||||
# disables the creation of the man pages, avoids the
|
||||
# could not find git for clone of cmake_modules-populate error
|
||||
vsed -e 's/option(BUILD_MANPAGES "Build Man pages using pandoc" ON)//' -i src/CMakeLists.txt
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue