summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bc31008e5b6cd698d2c39816e79197f9b6d8abc2 (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=20151105
pkgrel=1
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/releases/download/v1.0/fluxbox-style-zukitwo.zip")
md5sums=('8991ae2a40d05522ba737520a1017480')

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