Name - avr-gcc
Homepage - https://www.nongnu.org/avr-libc/user-manual/install_tools.html
Why should this be included in the repository? Needed for building AVR target. For compiling c/c++ source for Atmel microcontrollers. (For example, needed to build QMK firmware)
Is it Open Source (yes/no) - yes
Who and how many users do you anticipate will use this software? - at least me (i can package it and maintain it myself)
Link to source tarball/zip file - There is basically multiple sources here, and resulting multiple packages:
- avr-binutils - standasrd gnu binutils just built with different target - https://ftp.gnu.org/gnu/binutils/binutils-2.32.tar.xz
- avr-gcc - standard gnu gcc compiler just built with different target - https://ftp.gnu.org/gnu/gcc/gcc-8.3.0/gcc-8.3.0.tar.xz
- avr-libc - standard C runtime library for the AVR family of microcontrollers - http://mirror.lihnidos.org/GNU/savannah/avr-libc/avr-libc-2.0.0.tar.bz2
To flash this firmware to microcontroller over USB, you need dfu-programmer, another package, which i opened separate package request for (T7737).