Blob


1 # pkg_fcgi - FastCGI interface for the OpenBSD package archive
3 pkg_fcgi is meant to be the replacement of gempkg, a Python CGI script
4 that allows to browse the OpenBSD package archive via Gemini.
6 pkg_fcgi depends on libevent and sqlite3. To build, please run
8 $ ./configure
9 $ make
10 $ doas make install
12 As pkg_fcgi is WIP, the documentation is too.