37 lines
792 B
TOML
37 lines
792 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
configure = [
|
|
"-Dc_args=-fvisibility=default",
|
|
"-Dc_link_args=-fvisibility=default",
|
|
]
|
|
build_32 = true
|
|
|
|
[dependencies]
|
|
build = [ "python", "meson" ]
|
|
runtime = [
|
|
"libidn2",
|
|
"libunistring",
|
|
]
|
|
|
|
[dependencies.lib32]
|
|
build = [ "python", "meson" ]
|
|
runtime = [
|
|
"lib32-libidn2",
|
|
"lib32-libunistring",
|
|
]
|
|
|
|
[package]
|
|
description = "library for accessing and resolving information from the Public Suffix List"
|
|
homepage = "https://github.com/rockdaboot/libpsl/"
|
|
license = "MIT"
|
|
name = "libpsl"
|
|
version = "0.21.5"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208"
|
|
url = "https://github.com/rockdaboot/libpsl/releases/download/$version/libpsl-$version.tar.gz"
|