New package: msbuild-bin-15.6
This commit is contained in:
parent
cb70623052
commit
c0774e02af
1 changed files with 27 additions and 0 deletions
27
srcpkgs/msbuild-bin/template
Normal file
27
srcpkgs/msbuild-bin/template
Normal file
|
@ -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 <kno0001@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue