summaryrefslogtreecommitdiff
path: root/homebrew/libdbi/.beer
blob: 7f0c60b342ab440355102d4ba9f111b6ec20b522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Libdbi",
    "description": "Database-independent abstraction layer in C, similar to DBI/DBD in Perl",
    "url": "https://downloads.sourceforge.net/project/libdbi/libdbi/libdbi-0.9.0/libdbi-0.9.0.tar.gz",
    "mirror": null,
    "homepage": "https://libdbi.sourceforge.io",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.9.0",
    "file": "libdbi.rb"
}