You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An executables stanza can specify several names and several public_names but only one package. In case there are multiple executables which should appear in different packages, then multiple install stanzas need to be written explicitly. It seems like it would be less redundant to allow a packages field that works analogously to the public_names field.
The text was updated successfully, but these errors were encountered:
One thing that we're planning to do is implement a plugin system for defining your stanzas. See #56 . With such a system, it should be easy enough to support what you're asking. In fact, I kind of regret that we added the various redundant executables/libraries stanzas.
Though for completion, it's possible to make the argument that we should just support this since we already went down there of adding sugar to defining executables.
An
executables
stanza can specify severalnames
and severalpublic_names
but only onepackage
. In case there are multiple executables which should appear in different packages, then multipleinstall
stanzas need to be written explicitly. It seems like it would be less redundant to allow apackages
field that works analogously to thepublic_names
field.The text was updated successfully, but these errors were encountered: