summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c4982cdd3906109ce8c9dc759b60bbdc235308ea (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
# Maintainer: Erik Dubois <erik.dubois@gmail.com>
# Put icons always in folder with version and release

pkgname=sardi-icons
pkgver=9.3
pkgrel=5
_destname="/usr/share/icons/"
pkgdesc="Sardi is an icon collection for any linux distro with 6 different circular icons and 10 different kind of folders. "
arch=('any')
url="http://sourceforge.net/projects/sardi"
license=('Attribution-NonCommercial-ShareAlike 4.0 International Public License')
makedepends=('git')
provides=("${pkgname}")
conflicts=("${pkgname}")
options=(!strip !emptydirs)
source=("http://downloads.sourceforge.net/project/sardi/${pkgname}-${pkgver}-${pkgrel}.tar.gz")
sha256sums=('SKIP')


package() {
	rm ${srcdir}/${pkgname}-${pkgver}-${pkgrel}.tar.gz
  	find ${srcdir} -type f -name "*.sh" -exec chmod 644 '{}' \;
	install -dm 755 ${pkgdir}${_destname}
  	cp -r ${srcdir}/* ${pkgdir}${_destname}
}