summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3c26cd529516c5c18a6017d8b7fcdfb8ab49e1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Oleksii Filonenko <filalex77@gmail.com>
pkgname=wallsplash-git
pkgver=0.1
pkgrel=4
pkgdesc="Set unsplash wallpapers with colorschemes"
url="https://github.com/filalex77/wallsplash/"
license=('GPL')
arch=('x86_64' 'x86')
depends=('feh' 'wal-git' 'nodejs-unsplash-wallpaper')
makedepends=('nodejs' 'npm' 'git')
provides=('wallsplash')
source=("$pkgname"::'git+https://github.com/filalex77/wallsplash.git')
sha256sums=(SKIP)

package() {
	cd "$pkgname"
	install -Dm755 wallsplash \
		"$pkgdir/usr/bin/wallsplash"
}