# Αδειοδοτείται υπό τους όρους της EUPL import .. / .. / lapis tessera "nghttp2": source: "https://github.com/nghttp2/nghttp2/releases/download/v1.66.0/nghttp2-1.66.0.tar.xz" patches: @[""] dependencies: @[ "libxml2" ] build: @[ """ ./configure --prefix=/usr \ --disable-static \ --enable-lib-only \ --docdir=/usr/share/doc/nghttp2-1.66.0 """, "make", "make install" ] result: "libnghttp2.so"