arch-packages/PKGBUILD

23 lines
851 B
Bash
Raw Normal View History

2016-06-22 19:41:42 +02:00
# Maintainer: Manuel Hüsers <manuel.huesers@uni-ol.de>
2015-07-25 02:45:56 +02:00
# Contributor: Manuel Hüsers <manuel.huesers@uni-ol.de>
# Contributor: Guillermo Garcia <ahioros@NO-SPAM.gmail.com>
2016-06-22 19:41:42 +02:00
pkgname=plymouth-theme-arch-logo
2015-07-25 02:45:56 +02:00
pkgver=0.1
2016-06-22 19:41:42 +02:00
pkgrel=4
pkgdesc='A remake of the ubuntu-logo Plymouth theme, based on the debian-logo theme, but featuring the Arch Linux logo.'
2015-07-25 02:45:56 +02:00
arch=('any')
2016-06-22 19:41:42 +02:00
url='http://arch-stuff.org/content/show.php/Arch-logo+plymouth?content=141696'
2015-07-25 02:45:56 +02:00
license=('GPL')
depends=('plymouth')
2016-06-22 19:41:42 +02:00
install="${pkgname}.install"
source=('http://arch-stuff.org/CONTENT/content-files/141696-Arch-logo-plymouth.tar.gz')
2015-07-25 02:45:56 +02:00
sha256sums=('553ab3efd51abefc50c10b521c24183df9ef879d080a75c54fb1c1512fbc94e6')
package() {
2016-06-22 19:41:42 +02:00
cd "${srcdir}/arch-logo"
rm -fv *~
mkdir -p "${pkgdir}/usr/share/plymouth/themes/arch-logo"
install -Dvm644 * "${pkgdir}/usr/share/plymouth/themes/arch-logo"
2015-07-25 02:45:56 +02:00
}