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