diff --git a/satellites/minitube.sat b/satellites/minitube.sat new file mode 100644 index 0000000..cbc82b9 --- /dev/null +++ b/satellites/minitube.sat @@ -0,0 +1,15 @@ +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: