forked from hasufell/hasufell-repository
25 lines
543 B
Bash
25 lines
543 B
Bash
# Copyright 2012 Nikolay Orlyuk
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require github \
|
|
autotools [ supported_automake=[ 1.12 ] supported_autoconf=[ 2.5 ] ]
|
|
|
|
SUMMARY="The F# compiler, core library and core tools (open source edition)"
|
|
|
|
LICENCES="Apache-2.0"
|
|
SLOT="0"
|
|
PLATFORMS="~amd64"
|
|
MYOPTIONS=""
|
|
|
|
DEPENDENCIES="
|
|
build:
|
|
virtual/pkg-config
|
|
build+run:
|
|
dev-lang/mono[>=2.9]
|
|
"
|
|
|
|
BUGS_TO="virkony@gmail.com"
|
|
|
|
DEFAULT_SRC_CONFIGURE_PARAMS=( --with-gacdir=/usr/${LIBDIR:-lib}/mono/gac )
|
|
|