diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-11 00:22:54 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-11 00:22:54 +0000 |
| commit | d3ed020d935a603202046644e6b976b347c49eda (patch) | |
| tree | fcbd9587d5e33719d5c8f3bc517e3712f7a8b38b | |
| parent | added libtasn1 definition (diff) | |
added libunistring definition
| -rw-r--r-- | src/tesserae/libunistring.nim | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/tesserae/libunistring.nim b/src/tesserae/libunistring.nim new file mode 100644 index 0000000..1b41354 --- /dev/null +++ b/src/tesserae/libunistring.nim @@ -0,0 +1,16 @@ +import .. / lapis + +tessera "libunistring": + source: "https://ftp.gnu.org/gnu/libunistring/libunistring-1.3.tar.xz" + patches: @[""] + dependencies: @[""] + build: @[ + """ + ./configure --prefix=/usr \ + --disable-static \ + --docdir=/usr/share/doc/libunistring-1.3 + """, + "make", + "make install" + ] + result: "libunistring.so" |
