# -*-perl-*-

package.TwitchS2SAuthExample = {
    interfaces = (1.0);

    deploy = {
        generic = true;
    };

    build-environment = {
        chroot = basic;
        network-access = blocked;
    };

    build-system = bgo-wrap-make;
    build-tools = {
        1.0 = {
            BrazilMakeGo = 2.0;
            GoLang = 1.0;
        };
    };

    dependencies = {
        1.0 = {
            GoAmzn-Github-Aws-AwsSdkGo = 1.x;
        };
    };

    runtime-dependencies = {
        1.0 = {
        };
    };

};
