void-packages/srcpkgs/stellarium/template
2021-01-02 12:28:12 -06:00

22 lines
744 B
Bash

# Template file for 'stellarium'
pkgname=stellarium
version=0.20.4
revision=1
build_style=cmake
hostmakedepends="perl qt5-qmake qt5-host-tools"
makedepends="qt5-location-devel qt5-multimedia-devel qt5-script-devel
qt5-serialport-devel qt5-tools-devel"
depends="desktop-file-utils ${pkgname}-data"
short_desc="Open Source Planetarium"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://stellarium.org/"
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
checksum=63033bb6ad01b5f021689766b2a09a99bcabcfec57a710e46a93c40a32fda388
stellarium-data_package() {
short_desc+=" - data files"
pkg_install() {
vmove usr/share/stellarium
}
}