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/libssh2.nim | |
| parent | moved core LFS tessera to core/ (diff) | |
moved non LFS tessera to extra/
Diffstat (limited to 'src/tesserae/libssh2.nim')
| -rw-r--r-- | src/tesserae/libssh2.nim | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/tesserae/libssh2.nim b/src/tesserae/libssh2.nim deleted file mode 100644 index 4fa17f7..0000000 --- a/src/tesserae/libssh2.nim +++ /dev/null @@ -1,18 +0,0 @@ -import .. / lapis - -tessera "libssh": - source: "https://www.libssh2.org/download/libssh2-1.11.1.tar.gz" - patches: @[""] - dependencies: @[ - "openssh" - ] - build: @[ - """ - ./configure --prefix=/usr \ - --disable-docker-tests \ - --disable-static - """, - "make", - "make install" - ] - result: "libssh2.so" |
