1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +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> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gc pkgname=gc
pkgver=8.2.8 pkgver=8.2.8
pkgrel=0 pkgrel=1
pkgdesc="garbage collector for C and C++" pkgdesc="garbage collector for C and C++"
url="https://hboehm.info/gc/" url="https://hboehm.info/gc/"
arch="all" arch="all"
license="Boehm-GC" license="Boehm-GC"
makedepends="linux-headers" 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" source="https://github.com/ivmai/bdwgc/releases/download/v$pkgver/gc-$pkgver.tar.gz"
build() { build() {