diff --git a/srcpkgs/fsharp/template b/srcpkgs/fsharp/template index b6a53362d6f..8ef3fb6b06c 100644 --- a/srcpkgs/fsharp/template +++ b/srcpkgs/fsharp/template @@ -1,24 +1,20 @@ # Template file for 'fsharp' pkgname=fsharp -version=4.1.23 +version=10.0.1 revision=1 +noarch=yes lib32disabled=yes -build_style=gnu-configure -configure_args="--with-gacdir=/usr/lib/mono/gac" -hostmakedepends="automake pkg-config mono-devel" +build_style=gnu-makefile +hostmakedepends="msbuild-bin" makedepends="mono-devel" depends="mono" short_desc="F# compiler, core library and tools" maintainer="Wojciech Nawrocki " license="Apache-2.0" homepage="http://fsharp.org" -distfiles="https://github.com/fsharp/fsharp/archive/$version.tar.gz" -checksum=7878a95f012805c44ecedbd556f227dba5092e7a254ac602d026857e4b823152 +distfiles="https://github.com/fsharp/fsharp/archive/${version}.tar.gz" +checksum=6d2b71987c0e7814e5cb072f43457bb493913925ae66da83fd16f9edf0d2ae22 case "$XBPS_TARGET_MACHINE" in *-musl) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/211856891/log.txt" esac - -pre_configure() { - autoreconf -fi -}