~aleteoryx/sexchat

ref: 75356d99cdd0e12d029ecf9d4c1ebb1b72ad4855 sexchat/flatpak/shared-modules/SDL/SDL_ttf-2.0.11.json -rw-r--r-- 635 bytes
75356d99Aleteoryx readme branding 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "SDL_ttf",
    "config-opts": ["--disable-static"],
    "rm-configure": true,
    "config-opts": [
        "ac_cv_path_FREETYPE_CONFIG=pkg-config freetype2"
    ],
    "sources": [
        {
            "type": "archive",
            "url": "https://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz",
            "sha256": "724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7"
        },
        {
            "type": "script",
            "dest-filename": "autogen.sh",
            "commands": [
                "AUTOMAKE=\"automake --foreign\" autoreconf -vfi"
            ]
        }
    ]
}