예제 #1
0
파일: ag.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&AgRecipe{})
}
예제 #2
0
파일: strace.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&StraceRecipe{})
}
예제 #3
0
파일: openssl.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&OpenSSLRecipe{})
}
예제 #4
0
파일: socat.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&SocatRecipe{})
}
예제 #5
0
파일: zlib.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&ZlibRecipe{})
}
예제 #6
0
파일: binutils.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&BinutilsRecipe{})
}
예제 #7
0
파일: file.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&FileRecipe{})
}
예제 #8
0
파일: libiconv.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&IconvRecipe{})
}
예제 #9
0
파일: lzma.go 프로젝트: andrew-d/sbuild
func init() {
	builder.RegisterRecipe(&LzmaRecipe{})
}