mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
PopCorn: rebuild everywhere with gccgo again
This commit is contained in:
parent
ab78fbd452
commit
312f4de0f4
1 changed files with 2 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'PopCorn'
|
# Template file for 'PopCorn'
|
||||||
pkgname=PopCorn
|
pkgname=PopCorn
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=4
|
revision=5
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/the-maldridge/popcorn
|
go_import_path=github.com/the-maldridge/popcorn
|
||||||
go_package="${go_import_path}/cmd/popcorn
|
go_package="${go_import_path}/cmd/popcorn
|
||||||
${go_import_path}/cmd/popcornctl
|
${go_import_path}/cmd/popcornctl
|
||||||
${go_import_path}/cmd/statrepo
|
${go_import_path}/cmd/statrepo
|
||||||
${go_import_path}/cmd/pqueryd"
|
${go_import_path}/cmd/pqueryd"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git gcc-go-tools"
|
||||||
depends="snooze"
|
depends="snooze"
|
||||||
short_desc="Package statistics system"
|
short_desc="Package statistics system"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
|
@ -17,10 +17,6 @@ homepage="https://github.com/the-maldridge/PopCorn"
|
||||||
distfiles="https://github.com/the-maldridge/PopCorn/archive/v${version}.tar.gz"
|
distfiles="https://github.com/the-maldridge/PopCorn/archive/v${version}.tar.gz"
|
||||||
checksum=b25589802c5e1c277d2e9536add44704a012359b02d7fb4be1b4b0f11eb10d93
|
checksum=b25589802c5e1c277d2e9536add44704a012359b02d7fb4be1b4b0f11eb10d93
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" -o "$XBPS_TARGET_LIBC" != "musl" ]; then
|
|
||||||
hostmakedepends+=" gcc-go-tools"
|
|
||||||
fi
|
|
||||||
|
|
||||||
system_accounts="_popcorn"
|
system_accounts="_popcorn"
|
||||||
_popcorn_homedir="/var/lib/popcorn"
|
_popcorn_homedir="/var/lib/popcorn"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
|
Loading…
Add table
Reference in a new issue