New comment by phossil on void-packages repository https://github.com/void-linux/void-packages/issues/22568#issuecomment-720872021 Comment: Closed due to inactivity. Package template in case anyone else wants to try submitting it: ``` # Template file for 'gtkcord3' pkgname=gtkcord3 version=0.0.4 revision=1 build_style=go go_import_path=github.com/diamondburned/gtkcord3/ hostmakedepends="pkg-config" makedepends="libhandy-devel gtk+3-devel" short_desc="Gtk3 Discord client in Golang" maintainer="Joe Example " license="GPL-3.0-only" homepage="https://github.com/diamondburned/gtkcord3" distfiles="${homepage}/archive/v${version}.tar.gz" checksum=704c623393d79cc8abb68ac59a5b243576df6857626276ec3fdf15fc9b7c753f LDFLAGS="-fuse-ld=bfd" ```