14 lines
520 B
Bash
14 lines
520 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20180603
|
|
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=66d8b48e001136d6d68b4c467c740753c56becceab9138632b479cb6c559074f
|