[arch-commits] Commit in cutefish-wallpapers/repos (2 files)

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


    Date: Tuesday, May 25, 2021 @ 20:05:53
  Author: felixonmars
Revision: 946288

archrelease: copy trunk to community-any

Added:
  cutefish-wallpapers/repos/community-any/
  cutefish-wallpapers/repos/community-any/PKGBUILD
    (from rev 946286, cutefish-wallpapers/trunk/PKGBUILD)

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

Copied: cutefish-wallpapers/repos/community-any/PKGBUILD (from rev 946286, cutefish-wallpapers/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2021-05-25 20:05:53 UTC (rev 946288)
@@ -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