summaryrefslogtreecommitdiffstats
path: root/dist/flatpak/gpgme.json
blob: b00fd8a1b0b14144ae58bfb749c8331bf0d60f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "name": "gpgme",
    "sources": [ { "type": "git", "url": "git://git.gnupg.org/gpgme.git", "branch": "gpgme-1.9.0"} ],
    "modules": [
        {
            "name": "libgpg-error",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://www.gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-1.22.tar.bz2",
                    "sha256": "f2a04ee6317bdb41a625bea23fdc7f0b5a63fb677f02447c647ed61fb9e69d7b"
                }
            ],
            "cleanup": [
                "/lib/libgpg-error.la"
            ]
        },
        {
            "name": "libassuan",
            "sources": [
                {
                    "type": "archive",
                    "url": "https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-2.4.2.tar.bz2",
                    "sha256": "bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20"
                }
            ],
            "cleanup": [
                "/lib/libassuan.la"
            ]
        }
    ],
    "cleanup": [
        "/lib/libgpgme*.la",
        "/lib/libqgpgme.la"
    ]
}