summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 643bc3c784967c1d30859a1561a4399d5e55517e (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-greybird
pkgver=20160816
pkgrel=1
pkgdesc="Greybird 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/greybird.zip")
md5sums=('73bda08b8660a6779a71ebc3314752f7')

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