diff --git a/srcpkgs/msbuild-bin/template b/srcpkgs/msbuild-bin/template new file mode 100644 index 00000000000..8170e4d0f97 --- /dev/null +++ b/srcpkgs/msbuild-bin/template @@ -0,0 +1,27 @@ +# Template file for 'msbuild-bin' +_xamarin_name=msbuild +_xamarin_rel="xamarinxplat.2018.01.17.14.14-0xamarin2+ubuntu1404b1" + +pkgname=${_xamarin_name}-bin +version=15.6 +revision=1 +noarch=yes +depends="mono" +build_style=fetch +short_desc="Xamarin/Mono fork of the Microsoft Build system" +maintainer="Aloz1 " +license="MIT" +homepage="https://github.com/mono/msbuild" +distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/${_xamarin_name}/${_xamarin_name}_${version}+${_xamarin_rel}_all.deb" +checksum=d5254973c3bf3d297bd1fb256d44f68bb4b28617c26f14018935e5962e40fc49 + +do_extract() { + ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_xamarin_name}_${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 +}