summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..73bf64a3be2c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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'
+)