nbos

nbos

https://git.tonybtw.com/nbos.git git://git.tonybtw.com/nbos.git
511 bytes raw
1
#include "dash.h"
2
#include "../glibc/glibc.h"
3
4
static const pkg *const dash_deps[] = { &pkgs_glibc };
5
6
const pkg pkgs_dash = {
7
    .name        = "dash",
8
    .version     = "0.5.12",
9
    .src         = "http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.12.tar.gz",
10
    .sha256      = "0000000000000000000000000000000000000000000000000000000000000000",
11
    .deps        = { .data = dash_deps, .len = sizeof(dash_deps) / sizeof(dash_deps[0]) },
12
    .build_flags = "",
13
    .build_sys   = BUILD_AUTOTOOLS,
14
};