You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
558 B
15 lines
558 B
import "compile/qt"
|
|
|
|
name=minitube
|
|
version=2.5.2
|
|
update_url="https://github.com/flaviotordini/$name/releases"
|
|
update_names="archive/$version.tar.gz"
|
|
|
|
dlextract "https://github.com/flaviotordini/$name/archive/$version.tar.gz" \
|
|
"9545f0e9bf70bcb648b25af4813338cb"
|
|
header_end
|
|
|
|
cd "$name-$version"
|
|
compile_qt 5 DEFINES+="APP_GOOGLE_API_KEY=AIzaSyBzMj41taMuHLAF95-y9cTXL4JpPGqMORk" # API key provided by Gottox (https://raw.githubusercontent.com/voidlinux/void-packages/master/srcpkgs/minitube/template)
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|