diff options
author | Alex David <flu0r1ne@flu0r1ne.net> | 2021-08-06 01:19:26 -0500 |
---|---|---|
committer | Alex David <flu0r1ne@flu0r1ne.net> | 2021-08-06 01:19:26 -0500 |
commit | f21a68215d43a26311aff8d729bc084bc8165e7b (patch) | |
tree | d9a82a4cf30f01e332c99b3c293df07bee22ee6d /snap/snapcraft.yaml | |
parent | 043be96efbcb093e6538bb214974db143567175d (diff) | |
download | deb-planr-f21a68215d43a26311aff8d729bc084bc8165e7b.tar.xz deb-planr-f21a68215d43a26311aff8d729bc084bc8165e7b.zip |
edge/latest release
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r-- | snap/snapcraft.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..1e9ff34 --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,20 @@ +name: planr +base: core18 +version: '0.0.1' +summary: An open-source, distributed code grading tool for the classroom +description: | + PlanR aggregates various results from testing frameworks automating grading. It aims to provide simple and modular configuration. The configuration language can provide context and grading information to test cases. + +grade: devel +confinement: classic + +parts: + planr: + plugin: make + source: . + make-parameters: + - PREFIX=/usr + +apps: + planr: + command: usr/bin/planr |