From ade0f1784102130f4a7ab26d103834e8b57ce050 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sat, 27 Jan 2024 19:01:25 -0800 Subject: [PATCH] PopCorn: use go instead of gcc-go --- srcpkgs/PopCorn/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/PopCorn/template b/srcpkgs/PopCorn/template index dfe4a1b4093..e93b78d4128 100644 --- a/srcpkgs/PopCorn/template +++ b/srcpkgs/PopCorn/template @@ -1,14 +1,14 @@ # Template file for 'PopCorn' pkgname=PopCorn version=0.4 -revision=9 +revision=10 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 gcc-go-tools" +hostmakedepends="git" depends="snooze" short_desc="Package statistics system" maintainer="Michael Aldridge " @@ -16,7 +16,6 @@ license="MIT" homepage="https://github.com/the-maldridge/PopCorn" distfiles="https://github.com/the-maldridge/PopCorn/archive/v${version}.tar.gz" checksum=b25589802c5e1c277d2e9536add44704a012359b02d7fb4be1b4b0f11eb10d93 -nocross=temporarily system_accounts="_popcorn" _popcorn_homedir="/var/lib/popcorn"