summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a72af3e815105593a3fdc0e10283b2abda578cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: Your Name <youremail@domain.com>
pkgname=lightdm-webkit-theme-contemporary
pkgver=1.0
pkgrel=2
epoch=
pkgdesc="Simple LightDM WebKit theme"
arch=('x86_64')
url=""
license=('GPL')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/contemporary-lightdm-webkit-theme.git')
noextract=()
md5sums=('SKIP')
validpgpkeys=()

package() {
	mkdir -p "$pkgdir/usr/share/lightdm-webkit/themes/contemporary/"
        cp "$srcdir/$pkgname-$pkgver/"* "$pkgdir/usr/share/lightdm-webkit/themes/contemporary/"

        #mkdir -p "$pkgdir/usr/share/lightdm-webkit/themes/contemporary/"
        #cp $srcdir/* "$pkgdir/usr/share/lightdm-webkit/themes/contemporary/"
}