summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 77c236a82775ed7db4b35260e1e38db9b76847e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: The-Repo-Club <The-Repo-Club@github.com>
# Contributor: The-Repo-Club <The-Repo-Club@github.com>
pkgname=cynicalteam-wallpapers
pkgver=2021.01.01
pkgrel=1
pkgdesc="A collection of cool wall papers!"
arch=('any')
groups=('therepoclub')
url="https://github.com/The-Repo-Club/wallpapers"
license=('CC BY-NC-SA 4.0')
optdepends=('feh: Allows setting wallpaper' 'multimonitorlock-gui: Allows the background to be changed')
makedepends=('git')
source=("${pkgname}-$pkgver.tar.gz::${url}/archive/$pkgver.tar.gz")
sha256sums=("b12f39428af283dadbd2edaa3996e0085e7d7ae76ccefcdcbcc22533ce09eb6b")

package() {
  mkdir -p $pkgdir/usr/share/backgrounds
	cp -a $srcdir/wallpapers-$pkgver/cynicalteam $pkgdir/usr/share/backgrounds
}