summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3177f48618a6db230c3169f26af6fcaf0f42006a (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-zukitwo
pkgver=20150815
pkgrel=2
pkgdesc="Zukitwo style for Fluxbox"
url="https://github.com/corebob/fluxbox-style-zukitwo"
license=('CCPL')
arch=('any')
source=("https://github.com/corebob/fluxbox-style-zukitwo/archive/master.zip")
md5sums=('b61b7491510a2edd277fab5aa4907759')

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