summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3be8dc335f5e912506294b4503c95a2edfb1765b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Thiago Lucio <systemofdown@gmail.com>

_pkgname=numix-white-icons
_version=git
pkgname=numix-white-icons
pkgbase=numix-white-icons
pkgver=1
pkgrel=0
pkgdesc='Numix White Icons Theme based of the numix circle'
arch=('x86_64' 'i686')
url="https://github.com/killown/numix-white.git"
license=('GPL')
makedepends=('git')
install=${_pkgname}-${_version}.install
source=("git+${url}")
sha256sums=('SKIP')
package() {
	cd "$srcdir/numix-white"
        install -dm755 ${pkgdir}/usr/share/icons/
        cp -dr --no-preserve='ownership' Numix Numix-White "${pkgdir}"/usr/share/icons/
}