diff --git a/srcpkgs/ncpamixer/template b/srcpkgs/ncpamixer/template index 514b60c43e4..32f3e327d93 100644 --- a/srcpkgs/ncpamixer/template +++ b/srcpkgs/ncpamixer/template @@ -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 " 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