25 lines
747 B
Bash
25 lines
747 B
Bash
# Template file for 'fsharp'
|
|
pkgname=fsharp
|
|
version=10.2.3
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_args="monocmd=/usr/bin/mono"
|
|
make_install_args="monocmd=/usr/bin/mono"
|
|
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=527e4bad7a6d71668e905608c82db7c6eda44d9fd2ed9ce3c758e291e024cc4d
|
|
lib32disabled=yes
|
|
|
|
if [ "$XBPS_LIBC" = musl ]; then
|
|
broken="mono crash on sgen-stw.c:69, not able to found stack_end"
|
|
fi
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
ppc*) broken="ftbfs, unsupported" ;;
|
|
esac
|