mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
cdemu-client: fix bash completion install location
This commit is contained in:
parent
ff717eb3c0
commit
8f63c6f288
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'cdemu-client'
|
# Template file for 'cdemu-client'
|
||||||
pkgname=cdemu-client
|
pkgname=cdemu-client
|
||||||
version=3.2.0
|
version=3.2.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DCMAKE_INSTALL_COMPLETIONSDIR=/usr/share/bash-completion/completions"
|
||||||
hostmakedepends="python3 intltool pkg-config"
|
hostmakedepends="python3 intltool pkg-config"
|
||||||
depends="cdemu-daemon python3-gobject"
|
depends="cdemu-daemon python3-gobject"
|
||||||
short_desc="A simple command-line client for controlling CDEmu daemon"
|
short_desc="Simple command-line client for controlling CDEmu daemon"
|
||||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://cdemu.sourceforge.net"
|
homepage="http://cdemu.sourceforge.net"
|
||||||
|
|
Loading…
Add table
Reference in a new issue