From 7d6f6bbfede1c9672b0801f1914f5c5adb921da0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 10 Nov 2022 15:14:39 -0500 Subject: [PATCH] msbuild-bin: don't manually extract deb --- srcpkgs/msbuild-bin/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/msbuild-bin/template b/srcpkgs/msbuild-bin/template index e5332b29595..772259438b1 100644 --- a/srcpkgs/msbuild-bin/template +++ b/srcpkgs/msbuild-bin/template @@ -3,7 +3,7 @@ _xamarin_rel="xamarinxplat.2021.05.26.14.00-0xamarin2+ubuntu2004b1" pkgname=msbuild-bin version=16.10.1 revision=1 -build_style=fetch +create_wrksrc=yes depends="mono" short_desc="Xamarin/Mono fork of the Microsoft Build system" maintainer="Aloz1 " @@ -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" checksum=32f1eba1c2df67bc55920cd45ce3689c32a5c705ae01fd7ead52ca180221b469 -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