aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Pietri2017-01-17 06:17:31 +0000
committerAntoine Pietri2017-01-17 06:17:31 +0000
commit1a0221261b65783eab349d53baccb7e7bf7a98ce (patch)
treeefbf2374daa128fecb3e1022ec0c69b05180ab60 /PKGBUILD
downloadaur-1a0221261b65783eab349d53baccb7e7bf7a98ce.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8eaef463e110
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+pkgname=camisole-languages
+pkgver=1
+pkgrel=1
+pkgdesc="Meta-package for the base languages of camisole"
+arch=('any')
+url="https://bitbucket.org/prologin/camisole"
+license=('GPL')
+depends=('esotope-bfc-git' # handle Brainfuck sources
+ 'fpc' # handle Pascal sources
+ 'fsharp' # handle FSharp sources
+ 'gambit-c' # handle Scheme sources
+ 'gcc' # handle C, CXX sources
+ 'gcc-ada' # handle Ada sources
+ 'ghc' # handle Haskell sources
+ 'jdk8-openjdk' # handle Java sources
+ 'luajit' # handle Lua sources
+ 'mono' # handle CSharp, FSharp, VisualBasic sources
+ 'mono-basic' # handle VisualBasic sources
+ 'nodejs' # handle Javascript sources
+ 'ocaml' # handle OCaml sources
+ 'perl' # handle Perl sources
+ 'php') # handle PHP sources
+