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

Felix Yan felixonmars at archlinux.org
Tue May 25 19:17:09 UTC 2021


    Date: Tuesday, May 25, 2021 @ 19:17:09
  Author: felixonmars
Revision: 946245

archrelease: copy trunk to community-x86_64

Added:
  cutefish-core/repos/community-x86_64/
  cutefish-core/repos/community-x86_64/PKGBUILD
    (from rev 946244, cutefish-core/trunk/PKGBUILD)

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

Copied: cutefish-core/repos/community-x86_64/PKGBUILD (from rev 946244, cutefish-core/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-05-25 19:17:09 UTC (rev 946245)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-core
+pkgver=0.1
+pkgrel=1
+pkgdesc="System components and backend of CutefishOS"
+arch=('x86_64')
+url="https://github.com/cutefishos/core"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'libpulse' 'libxtst' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/core/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e14321d113f622c910dfb76efd8acc0d2fcc2579febe5a7c8ccc0214699cbe9777b4eb75c883dcd42e13768d868adff14d970eb1e5513304aff68636a484843d')
+
+build() {
+  cd core-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd core-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list