1 # Maintainer: archtux <antonio.arias99999@gmail.com>
6 pkgdesc="Application for downloading videos from Youtube and other similar video websites"
8 url="http://nomnom.sourceforge.net/"
10 depends=('qt' 'quvi>=0.2.8' 'umph')
15 _gitroot=http://repo.or.cz/r/nomnom.git
19 msg "Connecting to GIT server...."
20 rm -rf $srcdir/$_gitname-build
22 if [ -d $_gitname ]; then
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
33 cp -r $_gitname $_gitname-build
37 cmake . -DCMAKE_INSTALL_PREFIX=/usr
38 make DESTDIR=$pkgdir install