New comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/24114#issuecomment-670983615 Comment: I tested it myself, and the following lines for the "top" of the template (everything preceding `do_install`) satisfies xlint: ``` # Template file for 'discord' pkgname=discord version=0.0.11 revision=1 archs="x86_64" wrksrc="Discord" depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic" short_desc="Chat and VOIP application" maintainer="Ryan Conwell " license="custom:Proprietary" homepage="https://discordapp.com" distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz" checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9 repository=nonfree restricted=yes nopie=yes ```