summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: af78d548d8162a03081106c48f76a55b41046857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Guillaume Boehm <guillaumeboehm@hotmail.fr>
pkgname=lightdm-webkit2-theme-arch
pkgver=0.1
pkgrel=1
epoch=1
pkgdesc="Minimal theme for lightdm-webkit2-greeter using humorous wallpapers about Arch Linux."
arch=('any')
url="https://gitlab.com/kenogo/lightdm-webkit2-theme-arch"
license=('WTFPL')
depends=('lightdm-webkit2-greeter')
makedepends=('git')
source=("${pkgname}::git+https://gitlab.com/kenogo/${pkgname}.git")
md5sums=('SKIP')

package() {
    install -dm755 "$pkgdir/usr/share/lightdm-webkit/themes/arch"
    cp -r "$srcdir/${pkgname}/"* "$pkgdir/usr/share/lightdm-webkit/themes/arch"
}