summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a60d7dcf6845959b9a2328818f7a6ed55a6bbba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Maintainer: Egor <2ttkysslm@mozmail.com>
_target=i686-elf
pkgname=$_target-gcc-bin
pkgver=11.2.0
pkgrel=1
pkgdesc="GNU gcc for the i686- toolchain"
arch=(x86_64)
url='https://www.gnu.org/software/gcc'
license=('GPL')
depends=(xz libmpc i686-elf-binutils-bin)
conflicts=(i686-elf-gcc)
source=("$pkgname-$pkgver.zip::https://github.com/nasOS-official/i686-elf-gcc/releases/download/main/release.zip")
sha256sums=('SKIP')
package(){
cp -r usr ${pkgdir}
}