[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Tue May 25 20:05:37 UTC 2021


    Date: Tuesday, May 25, 2021 @ 20:05:37
  Author: felixonmars
Revision: 946286

addpkg: cutefish-wallpapers 0.1-1

Added:
  cutefish-wallpapers/
  cutefish-wallpapers/repos/
  cutefish-wallpapers/trunk/
  cutefish-wallpapers/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Added: cutefish-wallpapers/trunk/PKGBUILD
===================================================================
--- cutefish-wallpapers/trunk/PKGBUILD	                        (rev 0)
+++ cutefish-wallpapers/trunk/PKGBUILD	2021-05-25 20:05:37 UTC (rev 946286)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-wallpapers
+pkgver=0.1
+pkgrel=1
+pkgdesc="CutefishOS's system wallpaper"
+arch=('any')
+url="https://github.com/cutefishos/wallpapers"
+license=('GPL')
+groups=('cutefish')
+depends=()
+makedepends=('cmake' 'ninja')
+source=("https://github.com/cutefishos/wallpapers/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('5b921ae69ba31c5745e789af4b121338163ff2df3c1d5a9a5ff00a950731de0bbe9d82480eac12d3ab2b59fcda51ca467c316a546b5f76b35470953a0757e5ef')
+
+build() {
+  cd wallpapers-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd wallpapers-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list