mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
copy global.json
This commit is contained in:
parent
22bc00f3c7
commit
e40dcf5e4a
1 changed files with 4 additions and 0 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -35,6 +35,10 @@ _pkgext="tar.gz"
|
|||
source=("$_pkgname-$pkgver-${_commit::7}.$_pkgext"::"$url/-/archive/$_commit/$_pkgname-$_commit.$_pkgext")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
prepare() {
|
||||
cp "$_pkgsrc"/global.json global.json
|
||||
}
|
||||
|
||||
build() (
|
||||
export DOTNET_CLI_HOME="$SRCDEST/nuget-home"
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue