blob: 280966e362941a705504b9ec0e2784b63c5a6c7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Libltc",
"description": "POSIX-C Library for handling Linear/Logitudinal Time Code (LTC)",
"url": "https://github.com/x42/libltc/releases/download/v1.3.0/libltc-1.3.0.tar.gz",
"mirror": null,
"homepage": "https://x42.github.io/libltc/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.3.0",
"file": "libltc.rb"
}
|