blob: 33b5fdca3eb9dde1cad2ac19debe18fb03e7ca9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Dylibbundler",
"description": "Utility to bundle libraries into executables for macOS",
"url": "https://downloads.sourceforge.net/project/macdylibbundler/macdylibbundler/0.4.4/dylibbundler-0.4.4.zip",
"mirror": null,
"homepage": "https://github.com/auriamg/macdylibbundler",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\"",
"bin.install \"dylibbundler\""
],
"version": "0.4.4",
"file": "dylibbundler.rb"
}
|