contrib/sandwine/Pkgfile

17 lines
572 B
Plaintext
Raw Permalink 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
2024-09-06 23:49:22 +02:00
# Depends on: bubblewrap python3-coloredlogs python3-entrypoints wine-staging
name=sandwine
2024-09-06 23:49:22 +02:00
version=4.1.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
}