From 0582b0f8cd26678e741a06ba2ab42cc47a7c689a Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 16 Nov 2025 21:43:49 +0100 Subject: moved non LFS tessera to extra/ --- src/tesserae/extra/libpsl.nim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/tesserae/extra/libpsl.nim (limited to 'src/tesserae/extra/libpsl.nim') diff --git a/src/tesserae/extra/libpsl.nim b/src/tesserae/extra/libpsl.nim new file mode 100644 index 0000000..690a2e3 --- /dev/null +++ b/src/tesserae/extra/libpsl.nim @@ -0,0 +1,17 @@ +import .. / lapis + +tessera "libpsl": + source: "https://github.com/rockdaboot/libpsl/releases/download/0.21.5/libpsl-0.21.5.tar.gz" + patches: @[""] + dependencies: @[ + "icu", + "libunistring" + ] + build: @[ + "mkdir build", + "cd build", + "meson setup --prefix=/usr --buildtype=release", + "ninja", + "ninja install" + ] + result: "libpsl.so" -- cgit v1.2.3