23 lines
755 B
Bash
23 lines
755 B
Bash
# Template file for 'stellarium'
|
|
pkgname=stellarium
|
|
version=0.19.0
|
|
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=0aa91d9029ec7a5ac1f318868a79aa774f6cf690f856d085004195fa2ec352d6
|
|
|
|
stellarium-data_package() {
|
|
short_desc+=" - data files"
|
|
archs=noarch
|
|
pkg_install() {
|
|
vmove usr/share/stellarium
|
|
}
|
|
}
|