template 670 B

12345678910111213141516171819202122232425
  1. # Template file for 'gcc-latest'
  2. pkgname=gcc-latest
  3. version=15.0.0
  4. revision=1
  5. _git=20240623giteb647daa87b4
  6. _filename="${pkgname}_${version}-${_git}.deb"
  7. archs="x86_64"
  8. hostmakedepends="tar xz"
  9. short_desc="GNU Compiler Snapshots"
  10. maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
  11. license="GPL-3.0-or-later"
  12. homepage="https://jwakely.github.io/pkg-gcc-latest/"
  13. distfiles="http://kayari.org/gcc-latest/${pkgname}_${version}-${_git}.deb"
  14. checksum=ff7900c36dd95ed3581ea7c9bd000c7da85a92083a2c5a9ec4e6b050d9a3ffad
  15. nostrip=yes
  16. do_extract() {
  17. mkdir -p ${DESTDIR}
  18. ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename}
  19. }
  20. do_install() {
  21. tar xf data.tar.xz -C ${DESTDIR}
  22. }