summaryrefslogtreecommitdiff
path: root/homebrew/laszip/.beer
blob: 283730cf9e1c1ed0bf9b166dcb84cbf13daf2f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Laszip",
    "description": "Lossless LiDAR compression",
    "url": "https://github.com/LASzip/LASzip/releases/download/3.2.9/laszip-src-3.2.9.tar.gz",
    "mirror": null,
    "homepage": "https://laszip.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\"",
        "pkgshare.install \"example\""
    ],
    "version": "3.2.9",
    "file": "laszip.rb"
}