# Maintainer: Stefano Marsili pkgname=jointris pkgver=0.15 pkgrel=1 pkgdesc="Joinable tetris blocks with bombs" url='https://www.efanomars.com/games/jointris' arch=('x86_64') license=('GPL3') depends=('stmm-games' 'stmm-input' 'gtkmm3') makedepends=('cmake' 'gcc' 'doxygen' 'graphviz' 'python') optdepends=() #provides=("jointris") #replaces=("jointris") #conflicts=("jointris") source=('https://efanomars.com/sources/jointris-0.15.tar.gz') sha256sums=('74b50f24cd010f3deba347412d5152474f904e92329af28f747e7d2c694a9920') build() { cd "${srcdir}/jointris" ./scripts/install_jointris-all.py -b=Release -s=Off -t=Off -d=Off --installdir="/usr" --no-install --no-sudo } package() { cd "${srcdir}/jointris" ./scripts/priv/dd_install_jointris-all.py -b=Release -s=Off -t=Off -d=Off --installdir="/usr" --destdir="${pkgdir}" --no-configure --no-make --no-sudo }