shithub: tlsclient

Download patch

ref: d5ab98d07d8f784cb75428f837435efc0036c802
parent: 9151a6a7e52b0890ea89a356f6d2eb8873585860
author: Jacob Moody <moody@posixcafe.org>
date: Mon Oct 16 06:04:34 EDT 2023

deb needs pkg-config too

--- a/.builds/deb.yml
+++ b/.builds/deb.yml
@@ -5,6 +5,7 @@
   - tlsclient/linux.tar.gz
 packages:
   - "libssl-dev"
+  - "pkg-config"
 tasks:
   - build: | 
       cd tlsclient