summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Żok2020-03-23 13:58:28 +0100
committerTomasz Żok2020-03-23 13:58:28 +0100
commitcfb961bc08fcaae447196fc9c21be0474cb7b351 (patch)
treec7c373b6c1941b5fe3343b77c3230efc1d3ccb5b /PKGBUILD
downloadaur-cfb961bc08fcaae447196fc9c21be0474cb7b351.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..fb9bcae74dc0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Tomasz Zok
+pkgname=classroom-assistant
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="GitHub Classroom Assistant is a cross-platform desktop application to help you get student repositories for grading."
+arch=(x86_64)
+url="https://github.com/education/classroom-assistant"
+license=('MIT')
+source=("https://github.com/education/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.x86_64.rpm")
+md5sums=('e05da8923cc344fcba15c08cc423fa3e')
+
+package() {
+ mv $srcdir/usr $pkgdir
+}