fish-shell/fish.pc.in
David Adam ab5b22982f 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.
2014-10-01 22:15:24 +08:00

8 lines
205 B
PkgConfig

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@