From ab5b22982f1291c9482415743cc8b8cd547d49a5 Mon Sep 17 00:00:00 2001 From: David Adam Date: Wed, 1 Oct 2014 22:02:55 +0800 Subject: fish.pc: add pkgconfig file for fish Assists other packages in finding the path to install completions: call `pkg-config --variable=completionsdir fish` or so (like bash-completion). As discussed in #1485. --- fish.pc.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fish.pc.in (limited to 'fish.pc.in') diff --git a/fish.pc.in b/fish.pc.in new file mode 100644 index 00000000..cae82246 --- /dev/null +++ b/fish.pc.in @@ -0,0 +1,8 @@ +prefix=@prefix@ +datadir=@datadir@ +completionsdir=${datadir}/fish/vendor_completions.d + +Name: fish +Description: fish, the friendly interactive shell +URL: http://fishshell.com/ +Version: @fish_build_version@ -- cgit v1.2.3