14 lines
522 B
Bash
14 lines
522 B
Bash
# Template file for 'winetricks'
|
|
pkgname=winetricks
|
|
version=20181203
|
|
revision=1
|
|
archs=noarch
|
|
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=7144b86b499a4db733efd1f8c360555c64a1ec60af6b1049be06ee88decfcb91
|