summaryrefslogtreecommitdiff
path: root/homebrew/vmdktool/.beer
blob: 62b7ce119a74e5e9735b39aedeac3151dd3a2fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Vmdktool",
    "description": "Converts raw filesystems to VMDK files and vice versa",
    "url": "https://people.freebsd.org/~brian/vmdktool/vmdktool-1.4.tar.gz",
    "mirror": null,
    "homepage": "https://manned.org/vmdktool",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"CFLAGS='-D_GNU_SOURCE -g -O -pipe'\"",
        "bin.mkpath",
        "man8.mkpath",
        "inreplace \"Makefile\", \"man/man8\", \"share/man/man8\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.4",
    "file": "vmdktool.rb"
}