summaryrefslogtreecommitdiff
path: root/homebrew/apngasm/.beer
blob: d2eb4996c982338b3448f6a27e9e90cb104ca3f0 (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
37
{
    "name": "Apngasm",
    "description": "Next generation of apngasm, the APNG assembler",
    "url": "https://github.com/apngasm/apngasm/archive/3.1.6.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/apngasm/apngasm",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "boost",
            "build-depend": false
        },
        {
            "depend": "libpng",
            "build-depend": false
        },
        {
            "depend": "lzlib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"cli/CMakeLists.txt\", \"${CMAKE_INSTALL_PREFIX}/man/man1\",",
        "\"${CMAKE_INSTALL_PREFIX}/share/man/man1\"",
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\"",
        "(pkgshare/\"test\").install \"test/samples\""
    ],
    "version": "3.1.6",
    "file": "apngasm.rb"
}