# # A C library to handle the Public Suffix List. # # A Public Suffix List is a collection of Top Level Domains (TLDs) suffixes. # TLDs include Global Top Level Domains (gTLDs) like .com and .net; Country # Top Level Domains (ccTLDs) like .de and .cn; and Brand Top Level Domains # like .apple and .google. Brand TLDs allows users to register their own top # level domain that exist at the same level as ICANN's gTLDs. # # Brand TLDs are sometimes referred to as Vanity Domains. # 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=libpsl pkgversion=0.21.1 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libpsl_0.21.1_amd64-1@libs blurb="A C library to handle the Public Suffix List." homepage="https://github.com/rockdaboot/libpsl" license="MIT" fetch="https://github.com/rockdaboot/libpsl/releases/download/0.21.1/libpsl-0.21.1.tar.lz" replace=""