New review comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/24117#discussion_r479453999 Comment: `$XBPS_FETCH_CMD -o eula` outputs to eula file, not stdout. Do something like `$XBPS_FETCH_CMD -o eula; cat eula | ...`, rebuild (with local revbump possibly to create new package, but then send with revision=1) and check if packaged license has right content.