blob: 830afdba7cc4f06359de9ff166ba12ab04bad820 (
plain)
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
|
pkgbase = task-maker-rust-git
pkgdesc = Tool for building tasks for informatics competitions, with support for cache, distributed computations and more
pkgver = r1130.52939a7
pkgrel = 1
url = https://github.com/olimpiadi-informatica/task-maker-rust
arch = i686
arch = x86_64
arch = armv7h
arch = aarch64
license = MPL2
makedepends = cargo
optdepends = texlive-core: for compiling tex statements
optdepends = gcc: for running C/C++ solutions
optdepends = mono: for running C# solutions
optdepends = nodejs: for running JavaScript solutions
optdepends = fpc: for running Pascal solutions
optdepends = python: for running Python solutions
optdepends = cargo: for running Rust solutions
optdepends = bash: for running Bash solutions
provides = task-maker-rust
conflicts = task-maker-rust
source = git+https://github.com/olimpiadi-informatica/task-maker-rust.git
sha384sums = SKIP
pkgname = task-maker-rust-git
|