mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
parent
2eedc4b8fd
commit
27fdc3ad0c
1 changed files with 20 additions and 0 deletions
20
srcpkgs/dust3d/template
Normal file
20
srcpkgs/dust3d/template
Normal file
|
@ -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
|
||||
}
|
Loading…
Add table
Reference in a new issue