summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ccbac85b013639c1543ec703603a503fe3069e7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: dag.robole at gmail dot com

pkgname=fluxbox-style-solarized-light
pkgver=20150816
pkgrel=2
pkgdesc="Solarized Light style for Fluxbox"
url="https://github.com/corebob/fluxbox-style-solarized-light"
license=('CCPL')
arch=('any')
source=("https://github.com/corebob/fluxbox-style-solarized-light/archive/master.zip")
md5sums=('251d88e6c6a2596ad3c0665ecf85bb1c')

package() {
  mkdir -p "${pkgdir}/usr/share/fluxbox/styles/solarized-light/"
  cp -r ${srcdir}/fluxbox-style-solarized-light-master/* "${pkgdir}/usr/share/fluxbox/styles/solarized-light/"
}