summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f016f6366dfb49481f5374d347896b9c3bb5789f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Maintainer: Erik Dubois <erik.dubois@gmail.com>
pkgname=surfn-icons-git
pkgver=9.6
pkgrel=9
pkgdesc="Surfn is a colourful icon theme."
arch=('any')
url="https://github.com/erikdubois/Surfn"
license=('Attribution-NonCommercial-ShareAlike 4.0 International Public License')
makedepends=('git')
provides=('surfn-icons-git')
options=(!strip !emptydirs)
source=('Surfn::git+https://github.com/erikdubois/Surfn.git')
sha256sums=('SKIP')

package() {
  cd Surfn

  install -dm 755 "${pkgdir}"/usr/share/icons
  cp -dr --no-preserve='ownership' 'Surfn' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Arc' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Arch-Blue' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Arched' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Breeze-Dark' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Evopop' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Luv' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Luv-Red' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Majestic' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Mint-X-Grey' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Numix' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Numix-Misty' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Numix-Polo' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Orange' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Papirus-Blue' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Papirus-Grey' "${pkgdir}"/usr/share/icons/
  cp -dr --no-preserve='ownership' 'Surfn-Vertexed' "${pkgdir}"/usr/share/icons/


}