mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-15 22:50:25 +08:00
18 lines
475 B
Bash
18 lines
475 B
Bash
pkgname=winetricks
|
|
pkgver=20180217
|
|
pkgrel=1
|
|
pkgdesc='Script to install various redistributable runtime libraries in Wine.'
|
|
url='http://wiki.winehq.org/winetricks'
|
|
license=('LGPL')
|
|
arch=('any')
|
|
depends=('wine' 'cabextract' 'unzip' 'xorg-apps')
|
|
optdepends=('kdialog: GUI for KDE desktop')
|
|
source=(https://github.com/Winetricks/winetricks/archive/$pkgver.tar.gz)
|
|
md5sums=('dcac1bb7a367faf74939ee907c3efccd')
|
|
|
|
package() {
|
|
cd $pkgname-$pkgver
|
|
|
|
make DESTDIR=$pkgdir install
|
|
}
|