Skip to content

Instantly share code, notes, and snippets.

View arknave's full-sized avatar

Arnav Sastry arknave

View GitHub Profile
@arknave
arknave / PKGBUILD
Created February 13, 2021 15:54
PKGBUILD for kattis-problemtools
# Maintainer: Thorsten Wißmann <edu@thorsten-wissmann.de>
pkgname=kattis-problemtools
pkgver=v1.20201230
pkgrel=1
pkgdesc="Tools to manage problem packages using the Kattis problem package format"
arch=('i686' 'arm' 'x86_64')
url="https://github.com/Kattis/problemtools"
license=('MIT')
depends=('python' 'gmp' 'java-environment' 'plastex' 'python-yaml')
makedepends=('python-setuptools' 'boost')