# Contributor: Emanuele 'Lele aka eldios' Calo' # Contributor: Fabien Devaux pkgname=ideamaker pkgver=4.3.2 pkgverminor=6470 pkgrel=1 pkgdesc="Fast and user friendly 3D slicer for FDM printers" arch=('x86_64') url="https://www.raise3d.com/pages/ideamaker" license=('other') depends=('mesa-libgl' 'desktop-file-utils') makedepends=('binutils') source_x86_64=("https://download.raise3d.com/ideamaker/release/${pkgver}/ideaMaker_${pkgver}.${pkgverminor}-ubuntu_amd64.deb") sha256sums_x86_64=('c7a131e8fa866d793393304e7e676274c57eaa6029751542740bce8abe76126f') package() { tar xf "$srcdir/data.tar.xz" -C "${pkgdir}" mkdir -p "${pkgdir}/usr/bin" ln -fs "/usr/lib/x86_64-linux-gnu/ideamaker/ideamaker-start.sh" "${pkgdir}/usr/bin/ideamaker" }