12 lines
281 B
Text
12 lines
281 B
Text
name="gcc"
|
|
version="15.1.0"
|
|
revision=1
|
|
source=("https://ftp.mpi-inf.mpg.de/mirrors/gnu/mirror/gcc.gnu.org/pub/gcc/releases/gcc-15.1.0/gcc-15.1.0.tar.gz")
|
|
|
|
build() {
|
|
echo "Build function not implemented"
|
|
}
|
|
|
|
pak() {
|
|
echo "Packaging function not implemented"
|
|
}
|