1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Eric BĂ©langer <eric@archlinux.org>
3 # Contributor: Thayer Williams <thayer@archlinux.org>
5 pkgname=archlinux-themes-slim
8 pkgdesc="Arch Linux branded themes for the SLiM login manager"
10 url="https://www.archlinux.org/"
11 license=('CCPL:cc-by-sa')
12 optdepends=('slim: login manager providing theme support')
13 source=(https://sources.archlinux.org/other/packages/artwork/$pkgname-$pkgver.tar.gz)
14 sha256sums=('dcbcd85d62ed140f35462290abeeadf773cd763960fb4b8f0e0c6c674da3e813')
18 install -d "$pkgdir/usr/share/slim/themes"
19 cp -a archlinux-* "$pkgdir/usr/share/slim/themes/"
22 # vim:set ts=2 sw=2 et: