This commit is contained in:
Jonghyo Lee 2026-02-02 19:43:12 +09:00
parent 2308c8593c
commit 90775787e5
No known key found for this signature in database
GPG key ID: AB69CFD0BE72421F
2 changed files with 6 additions and 2 deletions

View file

@ -1,12 +1,14 @@
pkgbase = xwin-bin
pkgdesc = Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation
pkgver = 0.7.0
pkgrel = 1
pkgrel = 2
url = https://github.com/Jake-Shadle/xwin
arch = x86_64
arch = aarch64
license = Apache
license = MIT
provides = xwin
conflicts = xwin
source_x86_64 = https://github.com/Jake-Shadle/xwin/releases/download/0.7.0/xwin-0.7.0-x86_64-unknown-linux-musl.tar.gz
sha256sums_x86_64 = f1bffe5319728fca9cde5bb03fcb6c88cdf44922bd003fca8b4b9ce5b6f259d2
source_aarch64 = https://github.com/Jake-Shadle/xwin/releases/download/0.7.0/xwin-0.7.0-aarch64-unknown-linux-musl.tar.gz

View file

@ -1,11 +1,13 @@
# Maintainer: Jonghyo Lee <na1307@outlook.kr>
pkgname=xwin-bin
pkgver=0.7.0
pkgrel=1
pkgrel=2
pkgdesc='Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation'
arch=(x86_64 aarch64)
url='https://github.com/Jake-Shadle/xwin'
license=(Apache MIT)
provides=(xwin)
conflicts=(xwin)
source_x86_64=("https://github.com/Jake-Shadle/xwin/releases/download/$pkgver/xwin-$pkgver-x86_64-unknown-linux-musl.tar.gz")
source_aarch64=("https://github.com/Jake-Shadle/xwin/releases/download/$pkgver/xwin-$pkgver-aarch64-unknown-linux-musl.tar.gz")
sha256sums_x86_64=(f1bffe5319728fca9cde5bb03fcb6c88cdf44922bd003fca8b4b9ce5b6f259d2)