summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3526c185931d02054a2b978b6c8681de094596fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Id: PKGBUILD 129917 2015-03-25 20:02:54Z arojas $
# Maintainer: Antonio Rojas <arojas@archlinux.org>
# Contributor: Ner0

pkgname=gtk-theme-orion
pkgver=1.5
pkgrel=2
pkgdesc="A modern and light GTK theme"
arch=('any')
url="http://deviantart.com/view/281431756"
license=('GPL3')
depends=('gtk-engine-murrine')
source=("$pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/Orion/archive/v$pkgver.tar.gz")
md5sums=('da7e92aa221e0d4a57da856a63354dd3')

package() {
  cd Orion-$pkgver
  find . -type f -not -name .gitignore -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/Orion/{}" \;
}