summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a5e88b6c4b31a7bd9a22fa21ce9093bc8ed78183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: nemesys <nemstar zoho com>
# Contributor: Dmytro Kostiuchenko <edio at archlinux.us>
# Contributor: Kurt J. Bosch <kjb-temp-2009 at alpenjodel.de>

_name=arch-elegant
pkgname=fbsplash-theme-${_name}
pkgver=0.2.5
pkgrel=1
pkgdesc="Simple and elegant theme for Fbsplash"
arch=('any')
license=('GPL')
_id=125311
url="http://opendesktop.org/content/show.php?content=${_id}"
depends=('fbsplash')
source=("${pkgname}-${pkgver}.tar.gz::http://sourceshark.com/sourcecode/khotnewstuff/bootsplashs/downloads/125311-arch-elegant.tar.gz")
package() {
    mkdir -p "${pkgdir}"/etc/splash &&
    cp -a "${srcdir}"/${_name} "${pkgdir}"/etc/splash/
}
md5sums=('eb5e384b19e64e1d7ead978bbd14d43c')