jobcore/gc/PKGBUILD

56 lines
1.7 KiB
Bash
Raw Normal View History

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
2024-08-22 17:58:58 +02:00
# PkgSource : url="https://git.disroot.org/joborun-pkg/jobcore/src/branch/main/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=gc
2024-09-09 15:08:49 +02:00
pkgver=8.2.8
pkgrel=02
pkgdesc="A garbage collector for C and C++"
groups=( jobbot )
url="https://www.hboehm.info/gc/"
depends=('gcc-libs')
2024-09-09 15:08:49 +02:00
makedepends=(git autoconf automake)
source=(gc::git+https://github.com/ivmai/bdwgc.git#tag=v${pkgver}
https://www.hboehm.info/gc/license.txt)
2024-09-09 15:08:49 +02:00
prepare() {
cd $pkgname
./autogen.sh
}
build() {
2024-09-09 15:08:49 +02:00
cd $pkgname
./configure --prefix=/usr --enable-cplusplus --disable-static
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
check() {
2024-09-09 15:08:49 +02:00
cd $pkgname
make check
}
package() {
2024-09-09 15:08:49 +02:00
cd $pkgname
make DESTDIR="${pkgdir}" install
2024-02-05 00:52:52 +01:00
sed 's|GC_MALLOC 1L|gc 3|g' doc/gc.man | install -Dm644 /dev/stdin "${pkgdir}/usr/share/man/man3/gc.3"
install -Dm644 ../license.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
2024-02-05 00:52:52 +01:00
license=('LicenseRef-GC' 'MIT')
2024-09-09 15:08:49 +02:00
sha512sums=('f7bb0debcfeba4ccfb1ec5fd7abdf8615915988718abff9e4498f740e31ce14355d5f2c688ab0b555fbd1e9c8c9901c6e7e61c378cbe8d715869a366201ce2b8'
'73b381858db41cb757be67fa00778cb177fa147c892ae1e83d7d31b489c576ffe6c7339b688c41550c896aef1b8af5bfa3e58d1bb9902cc9640a8b837498a9b2')
sha256sums=(da45cd95037448b1b65690ad83d33c210a194244092829e172e81fbd1c810f72 # gc 8.2.8
2024-02-05 00:52:52 +01:00
d84e4948951c3571fdf05b934db7c94bbee25f594c1901b1baf835589ce5f2dc) # license.txt
2024-09-09 15:08:49 +02:00
## 6b00feb35722d6f93bcde021531e44434959110317308ade0eef58d2019b094b gc-8.2.8-02-x86_64.pkg.tar.lz