New package: orion 1.6.1

Qt-based client for Twitch.tv. closes #9524
This commit is contained in:
Chinmay Pai 2017-12-05 07:16:21 +05:30 committed by Toyam Cox
parent dc1313de4b
commit 07ead2eba1
1 changed files with 23 additions and 0 deletions

23
srcpkgs/orion/template Normal file
View File

@ -0,0 +1,23 @@
#template file for 'orion'
pkgname=orion
version=1.6.1
revision=1
build_style=qmake
hostmakedepends="qt5-qmake"
makedepends="qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel qt5-graphicaleffects mpv-devel"
short_desc="Qt-based client for Twitch.tv"
maintainer="Chinmay Pai <chinmaydpai@gmail.com>"
license="GPL-3"
homepage="https://github.com/alamminsalo/orion"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=eaa8ace822d3381a1915db82c4203d4ce4e56ec324d4ee18544bd68b00bce749
if [ "$CROSS_BUILD" ];then
hostmakedepends+=" qt5-host-tools qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel"
fi
do_install() {
vbin orion
vinstall distfiles/Orion.desktop 644 usr/share/applications/
vinstall distfiles/orion.svg 644 usr/share/icons/
}