1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-18 03:26:14 +02:00
build/pkg/tc-gmp/build
David Oberhollenzer b1bdce20a9 Add automatic update chacking script
Crunch project websites and try to find the latest version for each
package without having to do the work manually.

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
2018-05-08 15:01:23 +02:00

15 lines
160 B
Plaintext
Executable file

# inherit package details from target GMP package
source "$SCRIPTDIR/pkg/gmp/build"
DEPENDS=""
prepare() {
return
}
build() {
return
}
deploy() {
return
}