Skip to content

Commit

Permalink
[ci skip] New package: dust3d-1.0.0b21
Browse files Browse the repository at this point in the history
Closes #13334.
  • Loading branch information
abenson committed Jul 25, 2019
1 parent edb273b commit 02b683a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/dust3d/template
@@ -0,0 +1,20 @@
# Template file for 'dust3d'
pkgname=dust3d
version=1.0.0b21
revision=1
_version="${version/b/-beta.}"
wrksrc="$pkgname-${_version}"
build_style=qmake
hostmakedepends="pkg-config qt5-host-tools"
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
}

0 comments on commit 02b683a

Please sign in to comment.