1 # Maintainer: OK100 <ok100.ok100.ok100@gmail.com>
3 pkgname=opera-standard-skin-netbook-git
6 pkgdesc="Default Featherweight skin for Opera 11+. Compact version for netbooks."
8 url="http://www.opera.com/"
9 license=('custom:opera')
11 makedepends=('git' 'zip')
13 _gitroot="git://github.com/ok100/opera-standard-skin-netbook.git"
14 _gitname="opera-standard-skin-netbook"
18 msg "Connecting to GIT server..."
20 if [ -d $_gitname ] ; then
21 cd $_gitname && git pull origin
22 msg "The local files are updated."
24 git clone $_gitroot $_gitname
26 msg "GIT checkout done or server timeout"
28 cd "$srcdir/$_gitname"
29 zip -r $_gitname.zip *
30 install -m644 -D $_gitname.zip $pkgdir/usr/share/opera/skin/$_gitname.zip