{
  "actions": [
    {
      "command": [
        "gnatprep",
        "-DPREFIX=\"/usr/local\"",
        "-DVERSION=\"1.4.2\"",
        "src/akt-configs.gpb",
        "src/akt-configs.ads"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "case(os)": {
        "linux": {
          "ada_fuse": "*"
        }
      },
      "intl": "^1.0.1",
      "keystoreada": "^1.4.0",
      "utilada": "^2.8.0"
    }
  ],
  "description": "Ada Keystore Tool",
  "environment": {
    "MANPATH": {
      "prepend": "${CRATE_ROOT}/man"
    },
    "PATH": {
      "prepend": "${CRATE_ROOT}/bin"
    }
  },
  "gpr-externals": {
    "KEYSTORE_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/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-keystore/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-keystore/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-keystore/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-keystore/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-keystore/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-keystore/summary)\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": "849b47b9db6cd8e99dca9a77b846baedd81bb2d0",
    "subdir": "./akt/",
    "url": "git+https://gitlab.com/stcarrez/ada-keystore.git"
  },
  "project-files": {
    "case(os)": {
      "...": [
        "akt_nofuse.gpr"
      ],
      "linux": [
        "akt_fuse.gpr"
      ],
      "macos": [
        "akt_nofuse.gpr"
      ],
      "windows": [
        "akt_nofuse.gpr"
      ]
    }
  },
  "tags": [
    "security",
    "storage",
    "nosql"
  ],
  "version": "1.4.2",
  "website": "https://gitlab.com/stcarrez/ada-keystore"
}
