dev-dotnet/msbuild: add version 15.6

This commit is contained in:
Julian Ospald 2018-05-14 20:28:38 +02:00
parent 31d681dc84
commit 7928b8e505
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
# 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/*
}