-
Notifications
You must be signed in to change notification settings - Fork 469
Feature request: public_name for executables #33
Copy link
Copy link
Closed
Description
I'm really liking jbuilder - it's reduced the number of moving parts in a build quite significantly. One of the few things that still irks me is that there's a bit too much boilerplate to define an executable.
I'd like to be able to write (by analogy with the library stanza):
(executables
((name foo)
(public_name bar)))
and have it work the same as what I currently write:
(executables
((names (foo))))
(install
((section bin)
(files ((foo.exe as bar)))))
(It's also unclear to me why jbuilder uses single for library but plural for executables, and why a library has one name but an executable has several names. Is this a historical accident or a use-case I haven't run into yet?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels