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.
Download (HTTP): https://github.com/rockdaboot/libpsl/releases/download/0.21.5/libpsl-0.21.5.tar.gz
Download SHA256: 1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208
Download MD5 sum: 870a798ee9860b6e77896548428dba7b
Download size: 7,624 KB
Estimated disk space required: 50 MB
Estimated build time: less than 0.1 SBU (including tests)
libidn2-2.3.8 and libunistring-1.4.1
"gtk-doc" (for documentation), ICU-78.1 (may be used instead of libidn2), "libidn" (may be used instead of libidn2), "valgrind" (for tests)
Configure libpsl by running the following commands:
meson setup build --prefix=/usr --buildtype=release
Compile libpsl by running the following commands:
ninja -C build
To test the results, issue:
ninja -C build test
Now, Install libpsl by running the following commands:
ninja -C build install