14 lines
523 B
Bash
14 lines
523 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20160709
|
|
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=c21a7bb4c312eeea27325d82160fee5e6961387fd396540d78d57a590df1ebe5
|