summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cebaab938c4cad57fb6c1e22a0b3386a098e88d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: Adolfo silerio
# Maintainer: Duvan Felipe Suarez <duvanera@gmail.com>
# Contributor: Stefan Auditor <stefan.auditor@erdfisch.de>

pkgname=oranchelo-icon-theme
pkgver=0.7.2
pkgrel=1
pkgdesc='Oranchelo is a flat-design icon theme for XFCE4 based on Super Flat Remix and inspired by "Corny icons" by Patryk Goworowski.'
arch=(any)
depends=('git')
makedepends=('git')
url='https://github.com/Madh93/oranchelo-icon-theme.git'
license=('GPL3')
groups=('gnome' 'xfce')
conflicts=('oranchelo-icon-theme')
provides=('oranchelo-icon-theme')
source=('git+https://github.com/Madh93/oranchelo-icon-theme.git')
md5sums=('SKIP')

package() {

  install -d -m 755 "$pkgdir"/usr/share/icons/Oranchelo
  install -d -m 755 "$pkgdir"/usr/share/icons/Oranchelo-Green
  

  cd $srcdir/$pkgname/Oranchelo
  cp -r . "$pkgdir"/usr/share/icons/Oranchelo/
  cd $srcdir/$pkgname/Oranchelo-Green
  cp -r . "$pkgdir"/usr/share/icons/Oranchelo-Green/
  
}