20 lines
766 B
Bash
20 lines
766 B
Bash
# Template file for 'minitube'
|
|
pkgname=minitube
|
|
version=2.8
|
|
revision=1
|
|
build_style=qmake
|
|
makedepends="qt5-devel phonon-qt5-devel qt5-script-devel qt5-declarative-devel"
|
|
hostmakedepends="qt5-tools qt5-qmake $makedepends"
|
|
depends="virtual?phonon-qt5-backend desktop-file-utils hicolor-icon-theme"
|
|
short_desc="A native YouTube client in Qt5"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://flavio.tordini.org/minitube"
|
|
distfiles="https://github.com/flaviotordini/minitube/archive/$version.tar.gz"
|
|
checksum=c8e7c39d5125027d076440830c6cc33d2782e0d65047d639dfa55e839e64d88c
|
|
|
|
pre_configure() {
|
|
# Provided by Gottox
|
|
local _api_key=AIzaSyBzMj41taMuHLAF95-y9cTXL4JpPGqMORk
|
|
sed -i "1i DEFINES += APP_GOOGLE_API_KEY=\"$_api_key\"" minitube.pro
|
|
}
|