We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529e557 commit 40c1f0cCopy full SHA for 40c1f0c
reference/extensions/hooks.rst
@@ -132,6 +132,11 @@ Here you can see a complete example of all the hook functions available:
132
def post_package_info(conanfile):
133
conanfile.output.info("Running after of executing package_info() method.")
134
135
+ # Note that pre_package_id() hook doesn't exist yet, so far there hasn't been
136
+ # a use case
137
+ def post_package_id(conanfile):
138
+ conanfile.output.info("Running after executing packge_id() method.")
139
+
140
Functions of the hooks are intended to be self-descriptive regarding to the execution of them. For example, the ``pre_package()`` function
141
is called just before the ``package()`` method of the recipe is executed.
142
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments