summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1d8b96f447772b3f69d25b2a8a5abec4960b7a68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
# Project: nwg-shell for sway, https://github.com/nwg-piotr/nwg-shell

pkgname=('nwg-shell-wallpapers')
pkgver=1.0
pkgrel=1
pkgdesc="nwg-shell wallpapers package"
arch=('x86_64')
url="https://github.com/nwg-piotr/nwg-shell-wallpapers"
license=('CC0-1.0')
provides=('nwg-shell-wallpapers')

source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-shell-wallpapers/archive/v"$pkgver".tar.gz")

md5sums=('4b0840f5702c52ab4b5d5a8230ab804d')

package() {
  cd "$srcdir"
  install -d "$pkgdir"/usr/share/backgrounds/nwg-shell
  install -Dm644 "$pkgname"-"$pkgver"/wallpapers/* $pkgdir/usr/share/backgrounds/nwg-shell/
  install -Dm644 "$pkgname"-"$pkgver"/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}