vp-build/srcpkgs/dust3d/template

20 lines
538 B
Bash

# Template file for 'dust3d'
pkgname=dust3d
version=1.0.0b21
revision=1
_version="${version/b/-beta.}"
build_style=qmake
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
makedepends="qt5-devel cgal-devel"
short_desc="3D Modeling software"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
homepage="https://dust3d.org/"
distfiles="https://github.com/huxingyi/dust3d/archive/${_version}.tar.gz"
checksum=7c29e1153e6b568459ab8a8fadbec3398a43b5d60f295018c3f0cdcad2d2b4b1
do_install() {
vbin dust3d
vlicense LICENSE
}