696d3d44dd
for whatever reason extracting this archive with ar hangs under ppc64-musl, so just use bsdtar...
25 lines
781 B
Bash
25 lines
781 B
Bash
# Template file for 'msbuild-bin'
|
|
_xamarin_rel="xamarinxplat.2020.04.29.14.43-0xamarin5+ubuntu2004b1"
|
|
pkgname=msbuild-bin
|
|
version=16.6
|
|
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=042bb1da521877e8ff4b2dd157304a7130bb489a3abe0642a0f9e7ff37b4f099
|
|
|
|
do_extract() {
|
|
bsdtar xf ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb
|
|
bsdtar xf data.tar.xz
|
|
}
|
|
|
|
do_install() {
|
|
vbin usr/bin/msbuild
|
|
vcopy usr/lib usr
|
|
vlicense usr/share/doc/msbuild/copyright
|
|
}
|