# Contributor: Felix Yan # Maintainer: Maksym Titenko # Maintainer: Aryan Pathania pkgname=cutefish-wallpapers pkgver=0.4 pkgrel=1 pkgdesc="CutefishOS system wallpaper" arch=('any') url="https://github.com/cutefishos/wallpapers" control_fields=("MPR-Package: ${pkgname}") license=('GPL') groups=('cutefish') makedepends=('cmake' 'ninja-build') source=("${pkgname}::git+https://github.com/cutefishos/wallpapers.git") md5sums=('SKIP') build() { cd ${pkgname} cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr . ninja } package() { cd ${pkgname} DESTDIR="$pkgdir" ninja install }