mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
msbuild-bin: don't manually extract deb
This commit is contained in:
parent
66ff3398e4
commit
7d6f6bbfed
1 changed files with 1 additions and 6 deletions
|
@ -3,7 +3,7 @@ _xamarin_rel="xamarinxplat.2021.05.26.14.00-0xamarin2+ubuntu2004b1"
|
||||||
pkgname=msbuild-bin
|
pkgname=msbuild-bin
|
||||||
version=16.10.1
|
version=16.10.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=fetch
|
create_wrksrc=yes
|
||||||
depends="mono"
|
depends="mono"
|
||||||
short_desc="Xamarin/Mono fork of the Microsoft Build system"
|
short_desc="Xamarin/Mono fork of the Microsoft Build system"
|
||||||
maintainer="Aloz1 <kno0001@gmail.com>"
|
maintainer="Aloz1 <kno0001@gmail.com>"
|
||||||
|
@ -12,11 +12,6 @@ homepage="https://github.com/mono/msbuild"
|
||||||
distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb"
|
distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb"
|
||||||
checksum=32f1eba1c2df67bc55920cd45ce3689c32a5c705ae01fd7ead52ca180221b469
|
checksum=32f1eba1c2df67bc55920cd45ce3689c32a5c705ae01fd7ead52ca180221b469
|
||||||
|
|
||||||
do_extract() {
|
|
||||||
bsdtar xf ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb
|
|
||||||
bsdtar xf data.tar.xz
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin usr/bin/msbuild
|
vbin usr/bin/msbuild
|
||||||
vcopy usr/lib usr
|
vcopy usr/lib usr
|
||||||
|
|
Loading…
Add table
Reference in a new issue