Commit Diff


commit - cd674f116bd3bcdc514e423b83b3d6d0ca4f6b5b
commit + bccdfadf25fd4122f8cc7d19f7c44f009b34d5b2
blob - /dev/null
blob + 7d1d5cd70b6140eaa365089f3648c5de8b1bda78 (mode 644)
--- /dev/null
+++ README.md
@@ -0,0 +1,12 @@
+# pkg_fcgi - FastCGI interface for the OpenBSD package archive
+
+pkg_fcgi is meant to be the replacement of gempkg, a Python CGI script
+that allows to browse the OpenBSD package archive via Gemini.
+
+pkg_fcgi depends on libevent and sqlite3.  To build, please run
+
+	$ ./configure
+	$ make
+	$ doas make install
+
+As pkg_fcgi is WIP, the documentation is too.