summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 086954bc730f34d23a27a2374481c39c4c961520 (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
# Maintainer: Eugen Kuksa <eugenk@cs.uni-bremen.de>

pkgname=hets-commons
pkgver=0.99_1471594578
pkgrel=1

pkgdesc="Common files of Hets"

url="http://hets.eu"
arch=('i686' 'x86_64')
license=('custom:hets-license')
depends=('java-runtime>=7')
makedepends=('ghc>=7.8.4' 'java-environment=7')
provides=('hets-commons')
conflicts=('hets-commons-bin')
_commit='b259e3b3e05433b2018f45d5781000fa3af7cbdc'
source=("${pkgname}::git+https://github.com/spechub/Hets.git#commit=${_commit}")
sha256sums=('SKIP')

build() {
  cd $srcdir/$pkgname
  make jars
}

package() {
  cd $srcdir/$pkgname
  make install-common PREFIX="$pkgdir/usr"
}