# Generated by makepkg 6.1.0
# Mon Sep  9 18:05:26 UTC 2024
pkgbase = gc
	pkgdesc = A garbage collector for C and C++
	pkgver = 8.2.8
	pkgrel = 1
	url = https://www.hboehm.info/gc/
	arch = i686
	arch = x86_64
	groups = libraries
	license = MIT
	makedepends = autotools
	makedepends = gcc
	options = !libtool
	source = https://github.com/ivmai/bdwgc/releases/download/v8.2.8/gc-8.2.8.tar.gz
	sha256sums = 7649020621cb26325e1fb5c8742590d92fb48ce5c259b502faf7d9fb5dabb160

pkgname = libgc
	depends = gcc-libs

pkgname = libgc-devel
	groups = development
	depends = libgc=8.2.8
	options = staticlibs
