934f9d9dc0
Closes #1778
20 lines
794 B
Bash
20 lines
794 B
Bash
# Template file for 'actiona'
|
|
pkgname=actiona
|
|
version=3.9.0
|
|
revision=1
|
|
build_style=qmake
|
|
hostmakedepends="pkg-config qt5-qmake qt5-plugin-mysql"
|
|
makedepends="libopencv-devel libnotify-devel boost-devel qt5-devel qt5-multimedia-devel
|
|
qt5-script-devel qt5-tools-devel qt5-x11extras-devel qt5-xmlpatterns-devel libXtst-devel"
|
|
depends="qt5-plugin-mysql"
|
|
short_desc="Cross platform automation tool"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="GPL-3"
|
|
homepage="https://actiona.tools/"
|
|
distfiles="https://github.com/Jmgr/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=b41859018b6b20083aa53a352f4aa7c00e36a9913e280242ffe099a497c3f698
|
|
|
|
post_install() {
|
|
vmkdir usr/share/applications
|
|
vinstall ${FILESDIR}/actiona.desktop 644 usr/share/applications
|
|
}
|