23 lines
755 B
Bash
23 lines
755 B
Bash
# Template file for 'stellarium'
|
|
pkgname=stellarium
|
|
version=0.19.1
|
|
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="Juan RP <xtraeme@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://www.stellarium.org/"
|
|
distfiles="https://github.com/Stellarium/stellarium/releases/download/v${version}/stellarium-${version}.tar.gz"
|
|
checksum=0f25ad2acb59b75a49568c82123219aed5a14252c2ef39d0444540057d2cfb68
|
|
|
|
stellarium-data_package() {
|
|
short_desc+=" - data files"
|
|
archs=noarch
|
|
pkg_install() {
|
|
vmove usr/share/stellarium
|
|
}
|
|
}
|