summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 88abacb803d2eca45d4c525d192cdb0eb0728cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Arun Bahl <pitastrudl@archlinux.com>
pkgname=arch-fosdem-strudel
pkgver=2024
pkgrel=1
pkgdesc="Install a strudel wallpaper from the FOSDEM 2024"
arch=('any')
url="https://pitastrudl.me/arch-fosdem-strudel.jpg"
license=('MIT') 
noextract=("${pkgname}-${pkgver}") # No extraction needed; we're just downloading
source=("${url}")
sha256sums=('57d6964112a6cdc2c51bf8fc87cc70a47b772f3180b51951875b49211aba5214')

package() {
  install -vDm644 "${pkgname}.jpg" -t "$pkgdir/usr/share/backgrounds/${pkgname}/"
}