# Maintainer: Mort Yao # Contributor: Balló György pkgname=fsharp pkgver=4.0.0.4 pkgrel=1 pkgdesc="The Open Edition of the F# compiler, core library and tools" arch=('any') url="http://fsharp.org/" license=('Apache') depends=('mono>=4.0.3.20') source=($pkgname-$pkgver.tar.gz::https://github.com/fsharp/$pkgname/archive/$pkgver.tar.gz) md5sums=('47237c7632de49e5aee1fea69663c04d') build() { cd "$srcdir/$pkgname-$pkgver" ./autogen.sh --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }