summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2fc1e7d7b37278852dfb282750b890786a26c491 (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
32
# Maintainer: Christian Hesse <arch@eworm.de>
# Contributor: BlackICE <manfredi at gmail.com>
# Contributor: jsteel <jsteel at aur.archlinux.org>
# Contributor: Arkham <arkham at archlinux dot us>
# Contributor: Artyom Smirnov <smirnoffjr@gmail.com>
# Contributor: Marius <marius at matamare dot ro>

pkgname=gnome-colors-icon-theme
epoch=1
pkgver=0.r217.g8689d1d
_commit=8689d1d
pkgrel=1
pkgdesc='GNOME-Colors icon theme'
arch=('any')
url='https://github.com/gnome-colors/gnome-colors'
license=('GPL2')
makedepends=('git' 'inkscape')
source=("git://github.com/gnome-colors/gnome-colors.git#commit=${_commit}")
sha256sums=('SKIP')

build() {
	cd "${srcdir}/gnome-colors/gnome-colors/"

	make
}

package() {
	cd "${srcdir}/gnome-colors/gnome-colors/"

	make DESTDIR="${pkgdir}"/ install
}