summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 73bf64a3be2c5886225d7ed79f8254063a0e0fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: jhbruhn <aur@jhbruhn.de>

_pkgname=avr-crosspack
pkgname=$_pkgname-20120217
pkgver=20120217
pkgrel=1
pkgdesc='Close enough Versions of AVR GCC Toolchain to Crosspack Releases'
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
url='https://www.archlinux.org'
arch=('any')
license=('GPL')
depends=(
'avr-binutils-220'
'avr-gcc-45'
'avr-libc-18'
)