summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 181201ef9656fe95b819d662075b7daaf8af3900 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Maintainer: higgsbosoncodes higgsbosoncodes@gmail.com
pkgname=arch-animated-startscreen
pkgver=1.0
pkgrel=1
epoch=
pkgdesc="Animated SDDM-Theme and Splashscreen for Archlinux (made for KDE)(Aurora Borealis Background)"
arch=("any")
url="https://github.com/higgsbosoncodes/ArchStartscreen-Animated"
license=('GPL3')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/higgsbosoncodes/ArchStartscreen-Animated/archive/master.tar.gz")
noextract=()
md5sums=('SKIP')
validpgpkeys=()

build() {
	cd "ArchStartscreen-Animated-master"
	make
}

check() {
	cd "ArchStartscreen-Animated-master"
	make -k check
}

package() {
	cd "ArchStartscreen-Animated-master"
	make DESTDIR="$pkgdir/" install
}