14 lines
523 B
Bash
14 lines
523 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20161107
|
|
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 <miwaxe@gmail.com>"
|
|
license="LGPL-3"
|
|
homepage="http://wiki.winehq.org/$pkgname"
|
|
distfiles="https://github.com/Winetricks/$pkgname/archive/$version.tar.gz"
|
|
checksum=4724002393e4b3ff4a01ee5210337fe285a0b4bb83381eb4d60f59d21a7229ec
|