Created
March 2, 2015 11:45
-
-
Save luca020400/dbddd7f22beddfe25f25 to your computer and use it in GitHub Desktop.
EnricoCID Slim Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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