# Maintainer: Josesk Volpe # Co-Maintainer: Melroy van den Berg pkgname=winegui-bin pkgver=2.4.3 pkgrel=1 pkgdesc="A user-friendly WINE graphical interface" arch=('x86_64') url="https://gitlab.melroy.org/melroy/winegui" license=('AGPL3') depends=( 'gtkmm3' 'cabextract' 'unzip' 'p7zip' 'wget' 'wine' # namcap claims some dependencies aren't needed, but they're infact used on the source-code as a terminal command ) conflicts=('winegui') provides=('winegui') source=("$pkgname-$pkgver.tar.gz::https://winegui.melroy.org/downloads/WineGUI-v$pkgver.tar.gz") md5sums=('974e5eef12ecd134e128f5dd9e44d554') package() { mkdir $pkgdir/usr mv WineGUI-v$pkgver/* "$pkgdir/usr/" }