summaryrefslogtreecommitdiff
path: root/winetricks/Pkgfile
blob: e7d56b4a5b8186d5ae8e16030a9434260695b6e6 (plain)
    1 # Description: Winetricks is an easy way to work around problems in Wine
    2 # URL: https://github.com/Winetricks/winetricks/
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: cabextract unzip wine xmessage
    5 # Optional: wine-staging zenity
    6 
    7 name=winetricks
    8 version=20220411
    9 release=1
   10 source=(https://github.com/Winetricks/winetricks/archive/$version/$name-$version.tar.gz)
   11 
   12 build() {
   13   cd $name-$version
   14   make DESTDIR=$PKG install
   15 }

Generated by cgit