Download the source code
- Client library: https://dev.csoft.net/mgid/trunk/libmgid
- Command line interface: https://dev.csoft.net/mgid/trunk/cli
- Web-based interface: https://dev.csoft.net/mgid/trunk/cgi
Verifying Signed Packages
After downloading a package, check that the SHA-256 checksum matches the package's .md5 file.
CsoftMGI packages are signed by Julien Nadeau Carriere (vedge@csoft.net).
Get this KEYS file along with the package's
.asc signature, and verify using a tool such as
gpg:
$ wget https://libagar.org/KEYS $ gpg --import KEYS $ wget https://stable.hypertriton.com/csoftmgi/csoftmgi-1.0.tar.gz.asc $ gpg --verify csoftmgi-1.0.tar.gz.asc
The fingerprint should match the following:
D0BE CB40 69A2 EDCD 14EF 376B 9E92 D240 1500 14E8