13 lines
523 B
Bash
13 lines
523 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20161228
|
|
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=2c5cea89a09006e5f1f846a431020af5142f82227f6285a72258ee9fef7ac610
|