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

pkgname=fluxbox-style-jet-gray
pkgver=20160816
pkgrel=1
pkgdesc="Fluxbox style for Jet-Gray and Zukitwo Dark"
url="https://github.com/corebob/fluxbox-styles-corebob"
license=('GPL3')
arch=('any')
source=("https://github.com/corebob/fluxbox-styles-corebob/releases/download/v1.1/Jet-Gray.zip")
md5sums=('182a66f5e619fd507f08f5c5e9111d48')

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