-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.SRCINFO
35 lines (34 loc) · 1.46 KB
/
.SRCINFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
pkgbase = bapctools-git
pkgdesc = Tools for developing ICPC-style programming contest problems.
pkgver = r1310.16e23ee
pkgrel = 1
url = https://github.com/RagnarGrootKoerkamp/BAPCtools
install = bapctools.install
arch = any
license = GPL 3.0
makedepends = git
makedepends = rsync
depends = python3
depends = python-yaml
depends = python-colorama
depends = python-argcomplete
depends = python-ruamel-yaml
optdepends = gcc: for compiling c++ sources,
optdepends = clang: for compiling c++ sources,
optdepends = pypy3: for running python submissions with pypy,
optdepends = python2: for running python2 submissions,
optdepends = pypy: for running python2 submissions with pypy,
optdepends = jdk11-openjdk: for running java submissions,
optdepends = kotlin: for running kotlin submissions,
optdepends = texlive-core: for building problem statements,
optdepends = texlive-latexextra: for building problem statements,
optdepends = texlive-pictures: for building problem statements,
optdepends = texlive-science: for building problem statements,
optdepends = ghostscript: for LaTeX figures,
optdepends = python-matplotlib: for generating solve stats,
optdepends = python-questionary: for better prompts in new_contest and new_problem,
optdepends = python-requests: for commands that call the DOMjudge or Slack API,
optdepends = asymptote: for visualizations
source = bapctools::git+https://github.com/RagnarGrootKoerkamp/BAPCtools
md5sums = SKIP
pkgname = bapctools-git