PopCorn: switch to gccgo
this will enable it for all possible archs
This commit is contained in:
parent
75a4f91cc1
commit
fdf3fef491
1 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue