contrib/winetricks/Pkgfile

16 lines
444 B
Plaintext
Raw Normal View History

# Description: Winetricks is an easy way to work around problems in Wine
# URL: https://github.com/Winetricks/winetricks/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cabextract unzip wine xmessage
2021-02-07 12:14:31 +01:00
# Optional: wine-staging zenity
name=winetricks
2021-08-28 19:46:20 +02:00
version=20210825
release=1
source=(https://github.com/Winetricks/winetricks/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
make DESTDIR=$PKG install
}