mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 20:07:14 +08:00
20 lines
560 B
Bash
20 lines
560 B
Bash
# Contributor: Phil Miller <philm[at]chakra-project[dot]org
|
|
|
|
pkgname=fbsplash-theme-chakra-phoix
|
|
pkgver=0.1
|
|
pkgrel=2
|
|
pkgdesc='A Chakra GNU/Linux fbsplash theme'
|
|
arch=('i686' 'x86_64')
|
|
license='CCPL:cc-by-nc-sa'
|
|
url='http://www.chakra-project.org'
|
|
depends=('fbsplash')
|
|
source=("http://chakra-project.org/sources/fbsplash-theme-chakra-phoix/chakra-phoix-${pkgver}-${pkgrel}.tar.gz")
|
|
install=${pkgname}.install
|
|
md5sums=('292a07e3029385826db530585619e981')
|
|
|
|
build() {
|
|
mkdir -p "${pkgdir}/etc/splash"
|
|
cd "${pkgdir}/etc/splash"
|
|
cp -a "${srcdir}/chakra-phoix" .
|
|
}
|