21 lines
766 B
Bash
21 lines
766 B
Bash
# Template file for 'minitube'
|
|
pkgname=minitube
|
|
version=2.9
|
|
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=0f51fb86d0fdfbcf00af142868ceeacb6c27eb8a1e36d856162e23d63e90eb07
|
|
|
|
pre_configure() {
|
|
# Provided by Gottox
|
|
local _api_key=AIzaSyBzMj41taMuHLAF95-y9cTXL4JpPGqMORk
|
|
sed -i "1i DEFINES += APP_GOOGLE_API_KEY=\"$_api_key\"" minitube.pro
|
|
}
|