You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wallpapers/PKGBUILD

21 lines
421 B
Bash

# Maintainer: Matt C <mdc028[at]bucknell[dot]edu>
pkgname=crystal-wallpapers
3 years ago
pkgver=1.0.3
pkgrel=1
pkgdesc="Crystal Linux Wallpaper Images"
arch=('any')
url="https://git.tar.black/crystal/wallpapers"
license=('GPL')
3 years ago
source=()
depends=()
conflicts=()
md5sums=()
package() {
mkdir -p "${pkgdir}/usr/share/backgrounds/crystal"
3 years ago
cp -rv ../*.jpg ../*.png ../*.svg "${pkgdir}/usr/share/backgrounds/crystal/."
}