13 lines
520 B
Bash
13 lines
520 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20171018
|
|
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=ad60a2ffbffbe62c47e4f85767436814e67c5a42b838ba30b40a4fa36e5ab0cc
|