aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish.pc.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-10-01 22:02:55 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-10-01 22:15:24 +0800
commitab5b22982f1291c9482415743cc8b8cd547d49a5 (patch)
tree1b425ec3e3e8a48ff35b58cf7b68303fc77ce6b3 /fish.pc.in
parent5157ac30faf8fde5e9ea84977fdf430e01b71f96 (diff)
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.
Diffstat (limited to 'fish.pc.in')
-rw-r--r--fish.pc.in8
1 files changed, 8 insertions, 0 deletions
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@