1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/gc: split static

This commit is contained in:
J0WI 2025-02-08 16:41:58 +01:00 committed by Natanael Copa
parent 187e3f7791
commit 888a38e333

View file

@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gc
pkgver=8.2.8
pkgrel=0
pkgrel=1
pkgdesc="garbage collector for C and C++"
url="https://hboehm.info/gc/"
arch="all"
license="Boehm-GC"
makedepends="linux-headers"
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc libgc++:libgccpp"
subpackages="$pkgname-dbg $pkgname-static $pkgname-dev $pkgname-doc libgc++:libgccpp"
source="https://github.com/ivmai/bdwgc/releases/download/v$pkgver/gc-$pkgver.tar.gz"
build() {