20 lines
634 B
Bash
20 lines
634 B
Bash
# Template file for 'msbuild-bin'
|
|
_xamarin_rel="xamarinxplat.2021.05.26.14.00-0xamarin2+ubuntu2004b1"
|
|
pkgname=msbuild-bin
|
|
version=16.10.1
|
|
revision=1
|
|
create_wrksrc=yes
|
|
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=32f1eba1c2df67bc55920cd45ce3689c32a5c705ae01fd7ead52ca180221b469
|
|
|
|
do_install() {
|
|
vbin usr/bin/msbuild
|
|
vcopy usr/lib usr
|
|
vlicense usr/share/doc/msbuild/copyright
|
|
}
|