python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / minitube / template
blobec56710ec8925f29c21f35f9d3f2688429585624
1 # Template file for 'minitube'
2 pkgname=minitube
3 version=2.9
4 revision=1
5 build_style=qmake
6 makedepends="qt5-devel phonon-qt5-devel qt5-script-devel qt5-declarative-devel"
7 hostmakedepends="qt5-tools qt5-qmake $makedepends"
8 depends="virtual?phonon-qt5-backend desktop-file-utils hicolor-icon-theme"
9 short_desc="A native YouTube client in Qt5"
10 maintainer="Juan RP <xtraeme@voidlinux.eu>"
11 license="GPL-3"
12 homepage="http://flavio.tordini.org/minitube"
13 distfiles="https://github.com/flaviotordini/minitube/archive/$version.tar.gz"
14 checksum=0f51fb86d0fdfbcf00af142868ceeacb6c27eb8a1e36d856162e23d63e90eb07
16 pre_configure() {
17         # Provided by Gottox
18         local _api_key=AIzaSyBzMj41taMuHLAF95-y9cTXL4JpPGqMORk
19         sed -i "1i DEFINES += APP_GOOGLE_API_KEY=\"$_api_key\"" minitube.pro