Skip to content

Instantly share code, notes, and snippets.

@luca020400
Created March 2, 2015 11:45
Show Gist options
  • Save luca020400/dbddd7f22beddfe25f25 to your computer and use it in GitHub Desktop.
Save luca020400/dbddd7f22beddfe25f25 to your computer and use it in GitHub Desktop.
EnricoCID Slim Theme
# Maintainer Luca S. <[email protected]>
pkgname=slim-theme-enricocid
pkgver=1.0
pkgrel=1
pkgdesc="EnricoCid Theme for Slim Login Manager"
arch=('any')
license=('GPL')
depends=('slim')
url="https://github.com/enricocid/enrico_slim_theme"
source=(https://github.com/enricocid/enrico_slim_theme/archive/master.zip)
md5sums=('92ae44fe6be8f9cf7f97784a35ac329f')
package() {
install -m755 -d ${pkgdir}/usr/share/slim/themes/slim-enricocid
install -m644 ${srcdir}/enrico_slim_theme-master/background.jpg ${pkgdir}/usr/share/slim/themes/slim-enricocid
install -m644 ${srcdir}/enrico_slim_theme-master/panel.png ${pkgdir}/usr/share/slim/themes/slim-enricocid
install -m644 ${srcdir}/enrico_slim_theme-master/slim.theme ${pkgdir}/usr/share/slim/themes/slim-enricocid
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment