2021-06-15 20:23:03 +02:00
|
|
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
|
|
|
_pkgname=wallpaper
|
|
|
|
_reponame=arch
|
|
|
|
pkgname="de-p1st-$_pkgname"
|
2021-06-15 20:29:33 +02:00
|
|
|
pkgver=0.0.2
|
2021-06-15 20:23:03 +02:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="high resolution wallpaper from unsplash"
|
|
|
|
arch=('any')
|
|
|
|
url="https://codeberg.org/privacy1st/${_reponame}"
|
|
|
|
license=('MIT')
|
|
|
|
makedepends=('git') # to fetch source(s) via git
|
|
|
|
source=("git+${url}.git")
|
|
|
|
sha256sums=('SKIP') # 'SKIP' for git sources; Otherwise: autofill using updpkgsums, see https://man.archlinux.org/man/updpkgsums.8.en
|
|
|
|
|
|
|
|
package() {
|
|
|
|
cd "${_reponame}/pkg/${pkgname}"
|
|
|
|
|
2021-06-15 20:29:33 +02:00
|
|
|
install -Dm0644 wallpaper.jpg "$pkgdir"/usr/share/backgrounds/de-p1st.jpg
|
2021-06-15 20:23:03 +02:00
|
|
|
}
|