{
  "actions": [
    {
      "command": [
        "gnatprep",
        "-DPREFIX=\"/usr/local\"",
        "-DVERSION=\"1.3.3\"",
        "tools/akt-configs.gpb",
        "tools/akt-configs.ads"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "keystoreada": "^1.3.3",
      "utilada": "^2.5.0"
    }
  ],
  "description": "Ada Keystore Tool",
  "environment": {
    "MANPATH": {
      "prepend": "${CRATE_ROOT}/man"
    },
    "PATH": {
      "prepend": "${CRATE_ROOT}/bin"
    }
  },
  "executables": [
    "akt"
  ],
  "gpr-externals": {
    "BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "KEYSTORE_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Bionic-Ada-Keystore.svg)](http://jenkins.vacs.fr/job/Bionic-Ada-Keystore/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Bionic-Ada-Keystore.svg)](http://jenkins.vacs.fr/job/Bionic-Ada-Keystore/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-keystore/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-keystore)\n\n# Overview\n\nAKT is a tool to store and protect your sensitive information and documents by\nencrypting them in secure keystore (AES-256, HMAC-256).\n\nCreate the keystore and protect it with a gpg public key:\n```\n   akt create secure.akt --gpg <keyid> ...\n```\n\nStore a small content:\n```\n   akt set secure.akt bank.password 012345\n```\n\nStore files, directory or a tar file:\n```\n   akt store secure.akt notes.txt\n   akt store secure.akt contract.doc\n   akt store secure.akt directory\n   tar czf - . | akt store secure.akt -- backup\n```\n\nEdit a content with your $EDITOR:\n```\n   akt edit secure.akt bank.password\n   akt edit secure.akt notes.txt\n```\n\nGet a content:\n```\n   akt get secure.akt bank.password\n   akt extract secure.akt contract.doc\n   akt extract secure.akt -- backup | tar xzf -\n```\n\n## Documents\n\n* [Ada Keystore Guide](https://ada-keystore.readthedocs.io/en/latest/) [PDF](https://github.com/stcarrez/ada-keystore/blob/master/docs/keystore-book.pdf)\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "akt",
  "origin": {
    "commit": "e0e9d5ef2c92c74d06b3ada5ed162ad3400a9f5c",
    "url": "git+https://gitlab.com/stcarrez/ada-keystore.git"
  },
  "project-files": [
    ".alire/keystoreada_tools.gpr"
  ],
  "tags": [
    "security",
    "storage",
    "nosql"
  ],
  "version": "1.3.3",
  "website": "https://gitlab.com/stcarrez/ada-keystore"
}
