summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e9323431a2bda269c682d4976494765ffa3f26ec (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
#Maintainer: Larzid <larzid.dev@gmail.com>
pkgname=asetroot
pkgver=0.1
pkgrel=1
epoch=
pkgdesc="A lightweight animated wallpaper program for openbox & other light WMs"
arch=('x86_64')
url="https://github.com/Wilnath/asetroot"
license=('MIT')
groups=()
depends=('imlib2' 'libx11')
makedepends=('make' 'git')
checkdepends=()
provides=(asetroot)
replaces=()
backup=()
options=()
changelog=
source=('git+https://github.com/Wilnath/asetroot.git')
noextract=()
md5sums=('SKIP')
validpgpkeys=()

build() {
	cd asetroot
	make
	}

package() {
    install -D ${srcdir}/asetroot/asetroot ${pkgdir}/usr/bin/asetroot
    }