Browse Source

New satellite: minitube

master
mid-kid 9 years ago
parent
commit
7aa691bf54
  1. 15
      satellites/minitube.sat

15
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:
Loading…
Cancel
Save