blob: 7d38b09e570c8092f076baa2597d93e1ef8b7fcc (
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
26
27
28
29
30
31
32
33
34
35
|
pkgbase = nekontrol-git
pkgdesc = Run and test Kattis problems
pkgver = v0.2.5.r49.g6652622
pkgrel = 1
url = https://github.com/Quaqqer/nekontrol
arch = any
license = unknown
checkdepends = python-pytest
makedepends = git
makedepends = python-poetry
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-click
depends = python-termcolor
depends = python-requests
depends = python-appdirs
depends = python-natsort
depends = python-rich
depends = python-lxml
optdepends = gcc: for testing solutions in C++ using gcc
optdepends = clang: for testing solutions in C++ using clang
optdepends = rust: for testing solutions in Rust
optdepends = pypy3: for testing solutions in Python using pypy
optdepends = ghc: for testing solutions in Haskell
optdepends = lua: for testing solutions in Lua
optdepends = luajit: for testing solutions in Lua using luajit
optdepends = nodejs: for testing solutions in JavaScript (Node.js)
provides = nekontrol
conflicts = nekontrol
source = git+https://github.com/Quaqqer/nekontrol
sha256sums = SKIP
pkgname = nekontrol-git
|