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

Felix Yan felixonmars at archlinux.org
Tue May 25 18:50:46 UTC 2021


    Date: Tuesday, May 25, 2021 @ 18:50:46
  Author: felixonmars
Revision: 946224

archrelease: copy trunk to community-x86_64

Added:
  cutefish-launcher/repos/community-x86_64/
  cutefish-launcher/repos/community-x86_64/PKGBUILD
    (from rev 946222, cutefish-launcher/trunk/PKGBUILD)

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

Copied: cutefish-launcher/repos/community-x86_64/PKGBUILD (from rev 946222, cutefish-launcher/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-05-25 18:50:46 UTC (rev 946224)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-launcher
+pkgver=0.1
+pkgrel=1
+pkgdesc="CutefishOS's full-screen application launcher"
+arch=('x86_64')
+url="https://github.com/cutefishos/launcher"
+license=('GPL')
+groups=('cutefish')
+depends=('kwindowsystem' 'qt5-quickcontrols2')
+makedepends=('extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/cutefishos/launcher/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e331fc05419bb154d8cc90b910dd4055a6659d831894cd8973123e2c1f9fc2bc439edfcdc42052d57fa001b984e258c7c1aff828c48a08fd69fb1bedfd231fea')
+
+build() {
+  cd launcher-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list