pkgbuilds/base/parch-plymouth/PKGBUILD

21 lines
528 B
Bash

#Maintainer: ParchLinux
pkgname=parch-plymouth
destname="/usr"
pkgver=3
pkgrel=2
pkgdesc="Parch Linux plymoyth support meta package"
arch=('any')
url="https://git.parchlinux.com/"
license=('GPL3')
makedepends=('git')
depends=('plymouth')
conflicts=()
provides=("${pkgname}")
options=(!strip !emptydirs)
install=parch.install
source=("git+https://git.parchlinux.com/settings/parch-plymouth.git")
sha256sums=('SKIP')
package() {
install -dm755 ${pkgdir}${destname}
cp -r ${srcdir}/${pkgname}${destname}/* ${pkgdir}${destname}
}