summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 040b42591100246600af343799c350226365da07 (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
# Maintainer: Cédric FARINAZZO <cedric.farinazzo@gmail.com>
pkgname=epitarendu
pkgver=1.0.1
pkgrel=1
epoch=
pkgdesc="TP manager in EPITA"
arch=(any)
url="https://github.com/cedricfarinazzo/EPITA-rendu"
license=('MIT')
makedepends=('python3' 'nuitka')
checkdepends=()
optdepends=()
provides=('screen')
source=()


prepare() {
	git clone https://github.com/cedricfarinazzo/EPITA-rendu.git
}

build() {
	cd EPITA-rendu/
	make
	make build-simple
}

package() {
	cd EPITA-rendu/
	sudo cp ./bin/epitarendu /usr/bin/$pkgname
}

check() {
	cd EPITA-rendu/
}