contrib/sandwine/Pkgfile

17 lines
578 B
Plaintext
Raw Normal View History

# Description: Command-line tool to run Windows apps with Wine and bwrap/bubblewrap isolation
# URL: https://github.com/hartwork/sandwine
# Maintainer: Tim Biermann, tbier at posteo dot de
2023-04-28 17:07:56 +02:00
# Depends on: bubblewrap python3-coloredlogs python3-entrypoints python3-wheel wine
name=sandwine
2023-12-22 09:48:21 +01:00
version=4.0.0
release=1
source=(https://pypi.org/packages/source/s/sandwine/sandwine-$version.tar.gz)
build() {
cd $name-$version
2023-04-28 17:07:56 +02:00
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}