20 lines
622 B
Bash
20 lines
622 B
Bash
# Template file for 'fsharp'
|
|
pkgname=fsharp
|
|
version=10.2.1
|
|
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=4192652a162349ac6b4e053853d46cc7ba5469c0e552c78a1159dc9744a8f83b
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) broken="https://s3.amazonaws.com/archive.travis-ci.org/jobs/211856891/log.txt"
|
|
esac
|