summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2d934f6924429126a434185c6beba943f28ec6a0 (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=20160816
pkgrel=1
pkgdesc="Solarized Light style for Fluxbox"
url="https://github.com/corebob/fluxbox-styles-corebob"
license=('GPL3')
arch=('any')
source=("https://github.com/corebob/fluxbox-styles-corebob/releases/download/v1.1/solarized-light.zip")
md5sums=('43ffc324af983796fa34007c0eb2d487')

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