rename files and add PKGBUILD
parent
ba57fcad47
commit
abcf34ebe9
@ -0,0 +1,20 @@
|
||||
# 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/."
|
||||
|
||||
}
|
Before Width: | Height: | Size: 6.0 MiB After Width: | Height: | Size: 6.0 MiB |
Binary file not shown.
Before Width: | Height: | Size: 19 MiB |
Before Width: | Height: | Size: 19 MiB After Width: | Height: | Size: 19 MiB |
Loading…
Reference in New Issue