Added meta information and maintainer for trusted computing pkgs.

This commit is contained in:
Alexander Kjeldaas
2014-04-22 14:05:10 +02:00
parent baf4faeddc
commit 722455c16f
5 changed files with 32 additions and 0 deletions
@@ -9,4 +9,14 @@ stdenv.mkDerivation {
};
buildInputs = [ trousers openssl ];
meta = with stdenv.lib; {
description = ''The TPM Quote Tools is a collection of programs that provide support
for TPM based attestation using the TPM quote mechanism. The manual
page for tpm_quote_tools provides a usage overview.'';
homepage = http://tpmquotetools.sourceforge.net/;
license = licenses.bsd3;
maintainers = [ maintainers.ak ];
platforms = platforms.linux;
};
}