summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b5488476e7667e263c9c9b911568d79a67316563 (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
# Maintainer: Jouni Rinne <l33tmmx swirlything gmail dot com>
pkgname=solarized-colors-iconpack-git
pkgver=1.0.r112.g623ad87261
pkgrel=1
pkgdesc="A set of solarized-colored icons"
arch=('any')
url="https://www.gnome-look.org/p/1309239/"
license=('GPL')
makedepends=('git')
source=("git+https://github.com/rtlewis88/rtl88-Themes.git#branch=Solarized-Colors-Iconpack")
sha256sums=('SKIP')

pkgver() {
    cd ${srcdir}/rtl88-Themes
    git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}

package() {
	cd ${srcdir}/rtl88-Themes
	mkdir -p ${pkgdir}/usr/share/doc/solarized-colors-iconpack
	cp README.md ${pkgdir}/usr/share/doc/solarized-colors-iconpack/
	mkdir -p ${pkgdir}/usr/share/icons
	cp -R Solarized* ${pkgdir}/usr/share/icons/
}