diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-16 20:43:49 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-16 20:43:49 +0000 |
| commit | 0582b0f8cd26678e741a06ba2ab42cc47a7c689a (patch) | |
| tree | 028dcc99591775e87682c0ff8259fea3a21aa538 /src/tesserae/curl.nim | |
| parent | moved core LFS tessera to core/ (diff) | |
moved non LFS tessera to extra/
Diffstat (limited to 'src/tesserae/curl.nim')
| -rw-r--r-- | src/tesserae/curl.nim | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/tesserae/curl.nim b/src/tesserae/curl.nim deleted file mode 100644 index b433b2d..0000000 --- a/src/tesserae/curl.nim +++ /dev/null @@ -1,33 +0,0 @@ -import .. / lapis - -tessera "curl": - source: "https://curl.se/download/curl-8.15.0.tar.xz" - patches: @[""] - dependencies: @[ - "libpsl", - "make_ca", - "c_ares", - "brotli", - "libidn2", - "libssh2", - "nghttp2", - ] - build: @[ - """ - ./configure --prefix=/usr \ - --disable-static \ - --with-openssl \ - --with-ca-path=/etc/ssl/certs - """, - "make", - "make install", - "rm -rf docs/examples/.deps", - """ - find docs \( -name Makefile\* -o \ - -name \*.1 -o \ - -name \*.3 -o \ - -name CMakeLists.txt \) -delete - """, - "cp -v -R docs -T /usr/share/doc/curl-8.15.0" - ] - result: "curl" |
