19 lines
721 B
Bash
19 lines
721 B
Bash
# Template file for 'deepin-calculator'
|
|
pkgname=deepin-calculator
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=qmake
|
|
hostmakedepends="qt5-qmake pkg-config qt5-host-tools"
|
|
makedepends="dtkwidget-devel qt5-svg-devel"
|
|
depends="qt5integration"
|
|
short_desc="Easy to use Calculator for Deepin"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/linuxdeepin/deepin-calculator"
|
|
changelog="https://github.com/linuxdeepin/deepin-calculator/blob/${version}/CHANGELOG.md"
|
|
distfiles="https://github.com/linuxdeepin/deepin-calculator/archive/${version}.tar.gz"
|
|
checksum=da807349d20328a2c577721148dd34e5ea4c51ab5fd5b29f55f93de961dc5c2f
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" qt5-svg-devel"
|
|
fi
|