aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Pietri2018-02-24 22:51:58 +0100
committerAntoine Pietri2018-02-24 22:51:58 +0100
commita222c0172b961ba628ea9fe944ea34d57a31f752 (patch)
tree424c0cecdbb8285e9a3607d6f952bb26611cea56 /PKGBUILD
parent1a0365aa0e79f24ae6d3fee2e65874aea7ac34c8 (diff)
downloadaur-a222c0172b961ba628ea9fe944ea34d57a31f752.tar.gz
Add D and Go
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5687fd5e84e3..9504ac306795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,13 @@ pkgdesc="Meta-package for the base languages of camisole"
arch=('any')
url="https://github.org/prologin/camisole"
license=('GPL')
-depends=('fpc' # handle Pascal sources
+depends=('dmd' # handle D sources
+ 'fpc' # handle Pascal sources
'gambit-c' # handle Scheme sources
'gcc' # handle C, C++ sources
'gcc-ada' # handle Ada sources
'ghc' # handle Haskell sources
+ 'go' # handle Go sources
'jdk8-openjdk' # handle Java sources
'luajit' # handle Lua sources
'mono' # handle C# sources