blob: 3a80429df8d6457f4ac96f9dc9c51ebc2d3e5f02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
cgisysinfo is a small CGI utility to show basic system information on Linux
machines.
cgisysinfo is useful for machines that run a webserver but not PHP, and was
tested with nginx + fcgiwrap. It should works with any CGI-capable web
server.
</longdescription>
<upstream>
<remote-id type="github">rafaelmartins/cgisysinfo</remote-id>
</upstream>
</pkgmetadata>
|