gretl_make_package
Compile a Gretl function package (.gfn or .zip) from source using the native makepkg command, with optional GUI display.
Instructions
Build a Gretl function package (.gfn or .zip) using the native makepkg command. By default this also requires opening the generated workflow in the visible Gretl GUI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Write the auxiliary package XML index file. | |
| quiet | No | Use makepkg --quiet. | |
| requireGui | No | Require the visible Gretl GUI to open for this workflow. Defaults to true outside CI. | |
| packagePath | Yes | Output path ending in .gfn or .zip. | |
| gretlCliPath | No | ||
| gretlGuiPath | No | ||
| translations | No | Write the auxiliary i18n C strings file. | |
| keepWorkspace | No | ||
| workspaceRoot | No | ||
| displayInGretl | No | Open the generated makepkg script in Gretl GUI. Defaults to true outside CI. | |
| guiNewInstance | No | ||
| timeoutSeconds | No |