26 lines
777 B
Bash
26 lines
777 B
Bash
# Template file for 'msbuild-bin'
|
|
_xamarin_rel="xamarinxplat.2019.09.09.15.03-0xamarin5+ubuntu1804b1"
|
|
pkgname=msbuild-bin
|
|
version=16.4
|
|
revision=1
|
|
archs=noarch
|
|
build_style=fetch
|
|
depends="mono"
|
|
short_desc="Xamarin/Mono fork of the Microsoft Build system"
|
|
maintainer="Aloz1 <kno0001@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/mono/msbuild"
|
|
distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb"
|
|
checksum=47804a0ff3b7531d3c5e1d7b733189354761e08593e6d927b868b3c3f219aef3
|
|
|
|
do_extract() {
|
|
ar x ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb
|
|
tar xf data.tar.xz
|
|
}
|
|
|
|
do_install() {
|
|
vbin usr/bin/msbuild
|
|
vcopy usr/lib usr/lib
|
|
vlicense usr/share/doc/msbuild/copyright
|
|
}
|