mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
68f1b95dd6
commit
f08cd9831d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'polybar'
|
# Template file for 'polybar'
|
||||||
pkgname=polybar
|
pkgname=polybar
|
||||||
version=3.5.3
|
version=3.5.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
-DENABLE_ALSA=$(vopt_if alsa ON OFF)
|
-DENABLE_ALSA=$(vopt_if alsa ON OFF)
|
||||||
|
@ -52,5 +52,6 @@ fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/doc/polybar
|
rm -rf ${DESTDIR}/usr/share/doc/polybar
|
||||||
|
vdoc config
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue