18 lines
709 B
Bash
18 lines
709 B
Bash
# Template file for 'stellarium'
|
|
pkgname=stellarium
|
|
version=1.1.1
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DENABLE_SHOWMYSKY=Off"
|
|
hostmakedepends="perl qt5-qmake qt5-host-tools"
|
|
makedepends="qt5-location-devel qt5-multimedia-devel qt5-script-devel
|
|
qt5-serialport-devel qt5-tools-devel qt5-charts-devel"
|
|
depends="desktop-file-utils"
|
|
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=d2844eae0b62761a04fe04324f65f43d852c590d3249f287e181701822e3766e
|
|
replaces="stellarium-data>=0"
|