mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: qcas-0.5.3 (#617)
This commit is contained in:
parent
cc01e39eaa
commit
5b7d8ae30c
1 changed files with 25 additions and 0 deletions
25
srcpkgs/qcas/template
Normal file
25
srcpkgs/qcas/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'qcas'
|
||||||
|
pkgname=qcas
|
||||||
|
version=0.5.3
|
||||||
|
revision=1
|
||||||
|
build_style=qmake
|
||||||
|
configure_args="qcas.pro"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="giac-devel qt5-svg-devel"
|
||||||
|
depends="desktop-file-utils giac"
|
||||||
|
short_desc="The QT frontend to Giac/Xcas"
|
||||||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="http://webusers.imj-prg.fr/~frederic.han/qcas/"
|
||||||
|
distfiles="https://git.tuxfamily.org/qcas/qcas.git/snapshot/qcas-${version}.tar.gz"
|
||||||
|
checksum=06bc5aca9f6e367e75181c633a7d1f3e199f8c7b336c1d43bcafdf41f2cb807c
|
||||||
|
|
||||||
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-svg-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin qcas
|
||||||
|
vinstall debian/qcas.desktop 644 usr/share/applications
|
||||||
|
vinstall xcas.ico 644 usr/share/pixmaps
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue