17 lines
568 B
Bash
17 lines
568 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20210206
|
|
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=705421798b28696f577104ebdf03b068b9343ab096754150f47a6ec06fa8ae65
|
|
|
|
do_check() {
|
|
# Needs python3-bashate
|
|
:
|
|
}
|