2015-10-01 15:31:56 +02:00
|
|
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
|
|
|
# Contributor: stlarch stlarchie@gmail.com
|
|
|
|
|
|
|
|
pkgname=stlarch_icons
|
|
|
|
pkgver=1.2
|
|
|
|
pkgrel=2
|
|
|
|
pkgdesc="8x8 .xbm icon pack for dzen or other status bars"
|
|
|
|
arch=('any')
|
|
|
|
url="http://sourceforge.net/projects/stlarchicons"
|
|
|
|
license=('GPL')
|
|
|
|
install=stlarch_icons.install
|
2020-02-12 16:04:41 +01:00
|
|
|
source=("https://sourceforge.net/projects/stlarchicons/files/$pkgname-$pkgver.tar.gz/download")
|
2015-10-01 15:31:56 +02:00
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "$srcdir/$pkgname-$pkgver"
|
|
|
|
|
|
|
|
install -d "$pkgdir/usr/share/icons/stlarch_icons"
|
|
|
|
|
|
|
|
install -m755 * "$pkgdir/usr/share/icons/stlarch_icons"
|
|
|
|
}
|
|
|
|
md5sums=('436821df733ed9772ae8f7ae72a80ce4')
|