24 lines
754 B
Bash
24 lines
754 B
Bash
# Template file for 'stellarium'
|
|
pkgname=stellarium
|
|
version=0.18.2
|
|
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="An Open Source Planetarium"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
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=7582a8ef96ab673a17a248b97bc9deb69b9d65f07e9689f1761c284e36b028db
|
|
|
|
stellarium-data_package() {
|
|
short_desc+=" - data files"
|
|
noarch=yes
|
|
pkg_install() {
|
|
vmove usr/share/stellarium
|
|
}
|
|
}
|