mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
ab5b22982f
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.
8 lines
205 B
PkgConfig
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@
|