summaryrefslogtreecommitdiff
path: root/homebrew/gammu/.beer
blob: f453d641fc31c85cc03eb91fb8c09cfcc585d09c (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
{
    "name": "Gammu",
    "description": "Command-line utility to control a phone",
    "url": "https://dl.cihar.com/gammu/releases/gammu-1.40.0.tar.xz",
    "mirror": null,
    "homepage": "https://wammu.eu/gammu/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "glib",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", \"-DBASH_COMPLETION_COMPLETIONSDIR:PATH=#{bash_completion}\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.40.0",
    "file": "gammu.rb"
}