Skip to content

Instantly share code, notes, and snippets.

View Javyre's full-sized avatar
🤖
robotis clankopolous

Javier Pollak Javyre

🤖
robotis clankopolous
  • NullStudios
  • Montreal, QC
View GitHub Profile
@Javyre
Javyre / libgccjit_template.sh
Last active March 13, 2022 16:43
Minimal libgccjit xbps template for x86-64 glibc (and dirty first sketch of gccemacs template)
_majorver=9
_minorver=${_majorver}.3
pkgname=libgccjit
version=${_minorver}.0
revision=6
short_desc="GCC Just In Time Compiler"
maintainer="Enno Boland <[email protected]>"
homepage="http://gcc.gnu.org"
license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"