Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions srcpkgs/qcas/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'qcas'
pkgname=qcas
version=0.5.3
revision=2
version=0.5.4
revision=1
build_style=qmake
configure_args="qcas.pro"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
Expand All @@ -11,11 +11,12 @@ short_desc="QT frontend to Giac/Xcas"
maintainer="Orphaned <orphan@voidlinux.org>"
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
distfiles="https://gitlab.math.univ-paris-diderot.fr/han/qcas/-/archive/${version}/qcas-${version}.tar.gz"
checksum=816506b4d9c4a31962f8a6be6d06f0d6bd8f6e35f10e992a342c66d861211a30

do_install() {
vbin qcas
vinstall debian/qcas.desktop 644 usr/share/applications
vinstall xcas.ico 644 usr/share/pixmaps
}