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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 19 07:27:25 UTC 2021


    Date: Thursday, August 19, 2021 @ 07:27:25
  Author: felixonmars
Revision: 1003762

archrelease: copy trunk to community-x86_64

Added:
  cutefish-screenlocker/repos/community-x86_64/
  cutefish-screenlocker/repos/community-x86_64/PKGBUILD
    (from rev 1003761, cutefish-screenlocker/trunk/PKGBUILD)

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

Copied: cutefish-screenlocker/repos/community-x86_64/PKGBUILD (from rev 1003761, cutefish-screenlocker/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-08-19 07:27:25 UTC (rev 1003762)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=cutefish-screenlocker
+pkgver=0.4
+pkgrel=1
+pkgdesc="CutefishOS system screen locker"
+arch=('x86_64')
+url="https://github.com/cutefishos/screenlocker"
+license=('GPL')
+groups=('cutefish')
+depends=('fishui' 'libcutefish')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+source=("https://github.com/cutefishos/screenlocker/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('a1504a073f7d6e1e279710a2639d74765663b224f8e76f2c8e2f3e0137695bcd25b29d07c8d890932047d982c7157529afe31adad654b6149406587069eec5b8')
+
+build() {
+  cd screenlocker-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd screenlocker-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list