void-packages/srcpkgs/fsharp/template
2018-09-01 10:13:22 +02:00

20 lines
622 B
Bash

# Template file for 'fsharp'
pkgname=fsharp
version=10.0.2
revision=1
noarch=yes
lib32disabled=yes
build_style=gnu-makefile
hostmakedepends="msbuild-bin"
makedepends="mono-devel"
depends="mono"
short_desc="F# compiler, core library and tools"
maintainer="Wojciech Nawrocki <wjnawrocki@protonmail.com>"
license="Apache-2.0"
homepage="http://fsharp.org"
distfiles="https://github.com/fsharp/fsharp/archive/${version}.tar.gz"
checksum=1ae5e5e842df91f9f27aafa97109d74812219bc695384c5d8f1e8fbc5991d0ce
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/211856891/log.txt"
esac