UmVirt LFS Package info

DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

libpsl

The libpsl package provides a library for accessing and resolving information from the Public Suffix List (PSL). The PSL is a set of domain names beyond the standard suffixes, such as .com.

Package info

Template:
Codename: libpsl
Source file: libpsl-0.21.5.tar.gz
Source file size: 7624251
Source file MD5-checkum: 870a798ee9860b6e77896548428dba7b
Source directory: libpsl-0.21.5
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libpsl-0.21.5.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libpsl-0.21.5.tar.gz.md5sum
Dependances: libunistring, libidn2.
Dependance of: curl, transmission, libsoup3, libsoup2.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release

Build script:
cd    build &&
ninja

if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    ninja test
fi

Install script:
cd    build &&
ninja install