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
402 B
Bash
21 lines
402 B
Bash
3 years ago
|
# Maintainer: Matt C <mdc028[at]bucknell[dot]edu>
|
||
|
|
||
|
pkgname=crystal-wallpapers
|
||
|
pkgver=1.0.0
|
||
|
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 "${pkgdir}//usr/share/backgrounds/crystal/."
|
||
|
|
||
|
}
|