blob: 210287687d1d5abb08d3f89de9f66d1607aa15f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Maintainer: Konstantin Kogan <kostyalamer@yandex.ru>
# Contributor: Konstantin Kogan <kostyalamer@yandex.ru>
pkgname=icewm-themes-new
pkgver=1.0
pkgrel=1
pkgdesc="icewm themes"
arch=('any')
license=("GPL")
url=https://www.opendesktop.org/u/ren-cs/
depends=(icewm)
source=("http://altlinuxclub.ru/arhiv/icewm-themes-new_$pkgver.tar.gz")
md5sums=('daba215a881ec7f3ada975e89906f289')
package() {
cd "$srcdir"/icewm-themes-new_$pkgver
mkdir -p "$pkgdir/usr/share/icewm/themes"
cp -r "$srcdir"/icewm-themes-new_$pkgver/* "$pkgdir"/usr/share/icewm/themes/
}
|