13 lines
520 B
Bash
13 lines
520 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20180815
|
|
revision=1
|
|
noarch=yes
|
|
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="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="LGPL-3"
|
|
homepage="http://wiki.winehq.org/$pkgname"
|
|
distfiles="https://github.com/Winetricks/$pkgname/archive/$version.tar.gz"
|
|
checksum=6dc22357ea1f857b7283250f7c6a68b9dee97e672bbea9a9c45c573d73634200
|