From 6c18848a903eb3ee06dccd915859ce64195c257c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:24:27 +0200 Subject: Adding upstream version 1:2.11. Signed-off-by: Daniel Baumann --- bash-completion.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bash-completion.pc.in (limited to 'bash-completion.pc.in') diff --git a/bash-completion.pc.in b/bash-completion.pc.in new file mode 100644 index 0000000..f0a3572 --- /dev/null +++ b/bash-completion.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ + +compatdir=${sysconfdir}/bash_completion.d +completionsdir=${datadir}/@PACKAGE@/completions +helpersdir=${datadir}/@PACKAGE@/helpers + +Name: @PACKAGE@ +Description: programmable completion for the bash shell +URL: https://github.com/scop/bash-completion +Version: @VERSION@ -- cgit v1.2.3