arch-packages/plymouth-theme-arch-logo/PKGBUILD

27 lines
958 B
Bash
Raw Normal View History

2022-02-13 15:16:15 +01:00
# Maintainer: Manuel Hüsers <aur@huesers.de>
# Contributor: Manuel Hüsers <aur@huesers.de>
2015-07-25 02:45:56 +02:00
# Contributor: Guillermo Garcia <ahioros@NO-SPAM.gmail.com>
2016-06-22 19:41:42 +02:00
pkgname=plymouth-theme-arch-logo
pkgver=1
pkgrel=2
2016-06-22 19:41:42 +02:00
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')
# Alternative website(s)
#url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
2015-07-25 02:45:56 +02:00
license=('GPL')
depends=('plymouth')
2016-06-22 19:41:42 +02:00
install="${pkgname}.install"
source=(
'plymouth-theme-arch-logo.tar.gz'
)
2024-04-08 23:10:35 +02:00
sha512sums=('0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06')
2015-07-25 02:45:56 +02:00
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
}