New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/21272#issuecomment-621781940 Comment: > Thinking about it now. > I think the glob is too complicated and may not worth our effort. I'm lukewarm on glob support in `license_files`. Sure, there is some appeal in being able to say ``` license_file="LICENSE*.txt" ``` but is it worth complicating the implementation? If glob support is a must, I certainly wouldn't try to support renames during the globs. Either the matches are copied with their original names, or indiviual files can be listed with `source>dest` pairs. Trying to batch-rename globs is a recipe for disaster.