mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
add wallpaper
This commit is contained in:
parent
a9c9ec216d
commit
3917adb968
19
pkg/de-p1st-wallpaper/PKGBUILD
Normal file
19
pkg/de-p1st-wallpaper/PKGBUILD
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
||||||
|
_pkgname=wallpaper
|
||||||
|
_reponame=arch
|
||||||
|
pkgname="de-p1st-$_pkgname"
|
||||||
|
pkgver=0.0.1
|
||||||
|
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}"
|
||||||
|
|
||||||
|
install -Dm0644 wallpaper.jpg "$pkgdir"/usr/share/wallpapers/de-p1st-wallpaper.jpg
|
||||||
|
}
|
BIN
pkg/de-p1st-wallpaper/wallpaper.jpg
Normal file
BIN
pkg/de-p1st-wallpaper/wallpaper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 MiB |
1
pkg/de-p1st-wallpaper/wallpaper.source
Normal file
1
pkg/de-p1st-wallpaper/wallpaper.source
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://unsplash.com
|
Loading…
Reference in New Issue
Block a user