diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-11 00:11:48 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-11 00:11:48 +0000 |
| commit | 1d8c4c6bbc6cb86ead18ff28666a4be13a856f99 (patch) | |
| tree | 8f3aff1fc4866ad2cc710b0b20c8622f9734bb43 | |
| parent | added gnupg definition (diff) | |
added iosocket_ssl definition
Diffstat (limited to '')
| -rw-r--r-- | src/tesserae/iosocket_ssl.nim | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/tesserae/iosocket_ssl.nim b/src/tesserae/iosocket_ssl.nim new file mode 100644 index 0000000..7ae1cd5 --- /dev/null +++ b/src/tesserae/iosocket_ssl.nim @@ -0,0 +1,16 @@ +import .. / lapis + +tessera "iosocker_ssl": + source: "https://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.095.tar.gz" + patches: @[""] + dependencies: @[ + "make_ca", + "net_ssleay" + ] + build: @[ + "yes | perl Makefile.PL", + "make", + "make install" + ] + result: "perl5/5.42/site_perl/IO/SOCKER/SSL/SSL.pm" + |
