Tree


.gitignorecommits | blame
Makefilecommits | blame
README.mdcommits | blame
acme.guidecommits | blame
compat/
configure*commits | blame
fcgi.ccommits | blame
keys/
log.ccommits | blame
log.hcommits | blame
pkg.hcommits | blame
pkg_fcgi.8commits | blame
pkg_fcgi.ccommits | blame
server.ccommits | blame
template/
tests/
ui.tmplcommits | blame
xmalloc.ccommits | blame
xmalloc.hcommits | blame

README.md

# 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.