summaryrefslogtreecommitdiffstats
path: root/junit/Pkgfile
blob: 5417346525667e4eb47eef8eef79cb213b6ebe81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Contient un framework simple et libre pour écrire et exécuter des tâches répétitives
# URL: http://www.junit.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:
# Run on:

name=junit
version=4.10
release=1
source=(https://github.com/downloads/KentBeck/junit/junit$version.zip)

build() {
	cd $name$version
        install -v -m755 -d $PKG/usr/share/{,doc/}junit-4.10
        chown -R root:root $PKG
 	cp -v -R junit* org  $PKG/usr/share/junit-4.10
	cp -v -R *.html *doc $PKG/usr/share/doc/junit-4.10
}