void-packages/srcpkgs/gnugo/template
Jürgen Buchmüller e973f7922d gnugo: needs -fcommon for gcc10
[ci skip]
2020-08-28 18:25:33 +02:00

14 lines
411 B
Bash

# Template file for 'gnugo'
pkgname=gnugo
version=3.8
revision=1
nocross=yes
build_style=gnu-configure
short_desc="Free program that plays the game Go"
maintainer="Brandon Wilson <x@wilsonb.com>"
license="GPL-3"
homepage="https://www.gnu.org/software/gnugo/"
distfiles="${GNU_SITE}/gnugo/${pkgname}-${version}.tar.gz"
checksum=da68d7a65f44dcf6ce6e4e630b6f6dd9897249d34425920bfdd4e07ff1866a72
CFLAGS="-fcommon"