diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..1cc6c59 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,20 @@ +# Maintainer: Matt C + +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/." + +} diff --git a/another_mountain.jpg b/cloudy_mountain.jpg similarity index 100% rename from another_mountain.jpg rename to cloudy_mountain.jpg diff --git a/mmmountain.jpg b/mmmountain.jpg deleted file mode 100644 index 9a34bd4..0000000 Binary files a/mmmountain.jpg and /dev/null differ diff --git a/mmmmm.jpg b/not_apple_mountain.jpg similarity index 100% rename from mmmmm.jpg rename to not_apple_mountain.jpg