14 lines
562 B
Bash
14 lines
562 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20230212
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
depends="cabextract unzip xmessage" # actually it depends on wine
|
|
short_desc="Script to install various redistributable runtime libraries in Wine"
|
|
maintainer="mater11234 <mater11234@riseup.net>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="http://wiki.winehq.org/winetricks"
|
|
distfiles="https://github.com/Winetricks/winetricks/archive/$version.tar.gz"
|
|
checksum=2b1b5e540a9941e602dde2ed27d0eb2c80dcba45d8021fed95b39b32438b4ea3
|
|
make_check=no # Needs python3-bashate
|