Closed issue by anjandev on void-packages repository https://github.com/void-linux/void-packages/issues/22339 Description: ### System * xuname: Void 5.6.14_1 x86_64 AuthenticAMD notuptodate rFFFFFFFF * package: * xtools-0.58_1 ### Expected behavior In my package template, I put the homepage as: ``` homepage="http://www.gnu.org/software/${pkgname}" ``` Running xlint on this file, I should get the same output as the build travis CI check on github. ### Actual behavior xlint returns no errors. However, Travis returns the following error: ``` Linting srcpkgs/guile/template... srcpkgs/guile/template:13: homepage should not use variables ``` ### Steps to reproduce the behavior Make a template with a homepage with variables in the homepage variable Ie. xlint the guile template on your local machine vs. run the CI check on github.