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