# This is an example PKGBUILD file. Use this as a start to creating your own, # and remove these comments. For more information, see 'man PKGBUILD'. # NOTE: Please fill out the license field for your package! If it is unknown, # then please put 'unknown'. # Maintainer: Fabien Devaux pkgname=ideamaker pkgver=3.4.1.2972 pkgrel=1 epoch= pkgdesc="Fast and user friendly 3D slicer for FDM printers" arch=('x86_64') url="https://www.raise3d.com/pages/ideamaker" license=('other') groups=() depends=('mesa-libgl' 'desktop-file-utils') makedepends=('binutils') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("https://s3.amazonaws.com/ideamaker/linux/ideaMaker_${pkgver}-ubuntu_amd64.deb") noextract=() sha512sums=('057bb03e4c88644c36f9741661460aae13ad80a891246a9b5c1a7b3a36ce6b84468c18dae1d695fe2cd7110ebb00374aa8c98aed5aab2e99703b1ab2bcb32874') validpgpkeys=() 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" }