# 
# Package compiler and linker metadata toolkit.
# 
# pkgconf is a program which helps to configure compiler and linker flags
# for development frameworks.  It is similar to pkg-config from
# freedesktop.org.
# 
# libpkgconf is a library which provides access to most of pkgconf's
# functionality, to allow other tooling such as compilers and IDEs
# to discover and use frameworks configured by pkgconf.
# 

QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe"
QILDFLAGS="-s"
QICPPFLAGS="-D_FORTIFY_SOURCE=2"
pkgname=pkgconf
pkgversion=1.9.3
arch=amd64
release=1
pkgcategory="devel"
full_pkgname=pkgconf_1.9.3_amd64-1@devel
blurb="Package compiler and linker metadata toolkit."
homepage="https://git.dereferenced.org/pkgconf/pkgconf"
license="Custom"
fetch="https://distfiles.dereferenced.org/pkgconf/pkgconf-1.9.3.tar.gz"
replace=""