14 lines
520 B
Bash
14 lines
520 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20170823
|
|
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=0e7e007b0dd39f773213a5540e7c44e4105d9435ef067c0efdcc6fda70c029de
|