# Maintaner: Francesco Masala # Contributor: Francesco Masala pkgname=bottles pkgver=3.1.13 pkgrel=1 pkgdesc='Easily manage wineprefix' arch=('x86_64') url="https://github.com/bottlesdevs/Bottles" license=('GPL3') depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject') optdepends=('wine') makedepends=('meson' 'ninja') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz") sha256sums=('3a00e282639d0afb0a17aa17c7e2f08479600d278f7485422144e4284b4e733d') build() { cd "Bottles-${pkgver}" meson --prefix='/usr' build ninja -C build } package() { cd "Bottles-${pkgver}" DESTDIR="${pkgdir}" ninja -C build install }