PopCorn: switch to gccgo

this will enable it for all possible archs
This commit is contained in:
q66 2019-11-26 20:28:48 +01:00
parent 75a4f91cc1
commit fdf3fef491

View file

@ -1,14 +1,14 @@
# Template file for 'PopCorn'
pkgname=PopCorn
version=0.4
revision=2
revision=3
build_style=go
go_import_path=github.com/the-maldridge/popcorn
go_package="${go_import_path}/cmd/popcorn
${go_import_path}/cmd/popcornctl
${go_import_path}/cmd/statrepo
${go_import_path}/cmd/pqueryd"
hostmakedepends="git"
hostmakedepends="gcc-go-tools git"
depends="snooze"
short_desc="Package statistics system"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"