summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWaterloop2018-09-29 18:11:33 -0400
committerWaterloop2018-09-29 18:11:33 -0400
commit07d6751fb039b75b5ba09b29bf98def87771727b (patch)
tree2a17024a4c27c36058f8278a8cfc078ec88b5528 /PKGBUILD
parent53c676a0b5246eee4ce4e9002c0fb3f08a596959 (diff)
downloadaur-07d6751fb039b75b5ba09b29bf98def87771727b.tar.gz
Added dependencies and optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0e4fac0afd5..33d652850afe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,11 @@ arch=('x86_64')
url='https://github.com/wio/wio'
license=('MIT')
options=("!strip")
+depends=('make' 'cmake')
+optdepends=('avr-gcc: compiler for AVR'
+ 'avr-libc: libc for AVR'
+ 'avrdude: for uploading to Arduino based boards'
+ 'gcc: for compiling natively')
_pkg_x86_64='x86_64'
_cs_x86_64='10233790cf6af5fcd410a026085ce01a7ee5fd6e474ecbd14a12c8a0004b61d6'