summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 14868eb9e293fb1979ef2f9687c28cd76b895ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Maxime Gauduin <alucryd@archlinux.org> 

pkgname=plank-theme-numix
pkgver=0.1
pkgrel=1
pkgdesc='Numix theme for plank'
arch=('any')
url='https://numixproject.org/'
license=('GPL3')
depends=('plank')
source=("https://launchpad.net/~numix/+archive/ppa/+files/numix-plank-theme_0.1~ppa.tar.gz")
sha256sums=('951377d49be903e9257ad72bde18689d3471798e6bc21ea84e1249f0646759ed')

package() {
  cd numix-plank-theme

  install -dm 755 "${pkgdir}"/usr/share/plank/themes
  cp -dr --no-preserve='ownership' Numix "${pkgdir}"/usr/share/plank/themes/
}

# vim: ts=2 sw=2 et: