mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
484c1484c9
- Add options to the autotools build to set the path for the "vendor" or "extra" configuration snippets, functions and completions directories. - Remove the vendor_completions directory from the Xcode build, as these are relocatable and compiling the paths in does not make sense. This allows packaging tools like Homebrew and Nix to use a common directory outside of the main prefix for third-party completions, and to make these available for programmatic discovery through `pkg-config`. Closes #2113
10 lines
253 B
PkgConfig
10 lines
253 B
PkgConfig
prefix=@prefix@
|
|
datadir=@datadir@
|
|
completionsdir=@extra_completionsdir@
|
|
functionsdir=@extra_functionsdir@
|
|
confdir=@extra_snippetsdir@
|
|
|
|
Name: fish
|
|
Description: fish, the friendly interactive shell
|
|
URL: http://fishshell.com/
|
|
Version: @fish_build_version@
|