From 7928b8e5050ef2c151d963ceb51127c1c8516e73 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 14 May 2018 20:28:38 +0200 Subject: [PATCH] dev-dotnet/msbuild: add version 15.6 --- .../dev-dotnet/msbuild/msbuild-15.6.exheres-0 | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 packages/dev-dotnet/msbuild/msbuild-15.6.exheres-0 diff --git a/packages/dev-dotnet/msbuild/msbuild-15.6.exheres-0 b/packages/dev-dotnet/msbuild/msbuild-15.6.exheres-0 new file mode 100644 index 00000000..805dc5af --- /dev/null +++ b/packages/dev-dotnet/msbuild/msbuild-15.6.exheres-0 @@ -0,0 +1,39 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user=Microsoft tag=v${PV} ] + +MY_PV="15.6+xamarinxplat.2018.01.17.14.14-0xamarin1+ubuntu1404b1" + +SUMMARY="The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio" +DOWNLOADS="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${MY_PV}_all.deb" + +LICENCES="MIT" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + run: + dev-lang/mono +" + +BUGS_TO="hasufell@posteo.de" + +WORK=${WORKBASE} + +# TODO: switch to source build once a new proper release exists +# https://github.com/Microsoft/msbuild/issues/3023 + +src_unpack() { + default + unpack ./data.tar.xz +} + +src_install() { + insinto /usr/$(exhost --target)/lib + doins -r usr/lib/* + + dobin usr/bin/* +} +