# Maintainer: Mort Yao # Contributor: Balló György pkgname=fsharp pkgver=4.0.1.0 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=('c2e67771dfcfa571678d9e20a7eca055') build() { cd "$srcdir/$pkgname-$pkgver" ./autogen.sh --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install }