void-packages/srcpkgs/leocad/template
2021-03-29 09:02:42 -03:00

25 lines
876 B
Bash

# Template file for 'leocad'
pkgname=leocad
version=21.03
revision=1
_lib_version=20.03
build_style=qmake
configure_args="DISABLE_UPDATE_CHECK=1"
hostmakedepends="qt5-host-tools qt5-qmake unzip"
makedepends="qt5-devel MesaLib-devel"
short_desc="CAD program for creating virtual LEGO models"
maintainer="teldra <teldra@rotce.de>"
license="GPL-2.0-only, CC-BY-2.0"
homepage="http://leocad.org"
distfiles="https://github.com/leozide/${pkgname}/archive/v${version}.tar.gz
https://github.com/leozide/leocad/releases/download/v${version}/Library-${_lib_version}.zip"
checksum="af7e59fe8367a88a3721a125b021ecba1eb9628eed928bdea7a37b6d41c7ccd6
88d6d28b3a494a15ae63e984c1e732e28362fabc2e145ffab828fed2eb5e3632"
leocad-data_package() {
short_desc+=" - data files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vinstall ../library.bin 644 usr/share/leocad/
}
}