# Maintainer: Lukas K. pkgname=dune3d pkgver=1.1.0 pkgrel=1 pkgdesc="Parametric 3D CAD" arch=('x86_64' 'i686') url="https://dune3d.org" license=('GPL') depends=('gtkmm-4.0' 'cairomm' 'opencascade' 'eigen' 'libspnav') makedepends=('glm' 'python3' 'librsvg' 'meson' 'cmake' 'python-gobject' 'python-cairo') source=( "https://github.com/dune3d/dune3d/archive/v${pkgver}.tar.gz" ) sha256sums=( '5d3689bc1c73e412fed6b8c67c01422cff7f484640320ea948e1916de828fbf6' ) build() { cd dune3d-$pkgver arch-meson build meson compile -C build } package() { cd dune3d-$pkgver meson install -C build --destdir "$pkgdir" }