mirror of
https://github.com/pygos/build.git
synced 2024-11-23 03:29:46 +01:00
5c8effa301
- Packages that don't download anything don't need a prepare() hook - Packages that inherit the source from other packages should leave it untouched. If they get downloaded first, they should use the hook from the original package. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
7 lines
42 B
Text
Executable file
7 lines
42 B
Text
Executable file
build() {
|
|
return
|
|
}
|
|
|
|
deploy() {
|
|
return
|
|
}
|