14 lines
520 B
Bash
14 lines
520 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20180217
|
|
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=10e11dd150f1629af17f5549404d66b17968130cbdec6a4524b51d9291484a47
|