New review comment by meator on void-packages repository https://github.com/void-linux/void-packages/pull/38149#discussion_r925266693 Comment: `vlicense()` isn't a function recognized by `xbps-src`. If you would try to build this package yourself, you would see: ``` /home/coder/git/void-packages/srcpkgs/xremap/template: line 14: syntax error near unexpected token `(' /home/coder/git/void-packages/srcpkgs/xremap/template: line 14: `vlicense() {' => ERROR: xbps-src: failed to read /home/coder/git/void-packages/srcpkgs/xremap/template! ``` ```suggestion post_install() { vlicense LICENSE } ```