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:
parent
187e3f7791
commit
888a38e333
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue