summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d65df5f712a5cf45290568eca9357bd3df7c8350 (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-elegant-brit
pkgver=20150813
pkgrel=1
pkgdesc="Elegant Brit style for Fluxbox"
url="https://github.com/corebob/fluxbox-style-elegant-brit"
license=('GPL3')
arch=('any')
source=("https://github.com/corebob/fluxbox-style-elegant-brit/archive/master.zip")
md5sums=('a2c9691207fb539312aa7bdad58d3fe9')

package() {
  mkdir -p "${pkgdir}/usr/share/fluxbox/styles/Elegant Brit/"
  cp -r ${srcdir}/fluxbox-style-elegant-brit-master/* "${pkgdir}/usr/share/fluxbox/styles/Elegant Brit/"
}