[arch-commits] Commit in zps/repos/community-x86_64 (PKGBUILD PKGBUILD)

Orhun Parmaksiz orhun at archlinux.org
Sun Jun 27 19:20:44 UTC 2021


    Date: Sunday, June 27, 2021 @ 19:20:44
  Author: orhun
Revision: 967608

archrelease: copy trunk to community-x86_64

Added:
  zps/repos/community-x86_64/PKGBUILD
    (from rev 967607, zps/trunk/PKGBUILD)
Deleted:
  zps/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-27 19:20:35 UTC (rev 967607)
+++ PKGBUILD	2021-06-27 19:20:44 UTC (rev 967608)
@@ -1,29 +0,0 @@
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=zps
-pkgver=1.2.5
-pkgrel=1
-pkgdesc="A small utility for listing and cleaning up zombie processes"
-arch=('x86_64')
-url="https://github.com/orhun/zps"
-license=('GPL3')
-depends=('glibc')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('020518c7365cc913cff1e6d5b30a2a56aab63f947880671a3a5977cadb7fd7fcbfa137943702070979f703a6ad968c7a5112b326868b6925bc9aba7ea27b45a8')
-
-build() {
-  cd "$pkgname-$pkgver"
-  mkdir -p build && cd build/
-  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 "../README.md" -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 "../man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: zps/repos/community-x86_64/PKGBUILD (from rev 967607, zps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-27 19:20:44 UTC (rev 967608)
@@ -0,0 +1,30 @@
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=zps
+pkgver=1.2.7
+pkgrel=1
+pkgdesc="A small utility for listing and cleaning up zombie processes"
+arch=('x86_64')
+url="https://github.com/orhun/zps"
+license=('GPL3')
+depends=('glibc')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('f65c9d197822cc86d436afb22defaa8061fcb97079192634b8fd60b7990e814d224516fb86d55708cdf1aafd7cc25ac5d273b76b5b5f0308695a33ad92923429')
+
+build() {
+  cd "$pkgname-$pkgver"
+  mkdir -p build && cd build/
+  cmake ../ -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 "../README.md" -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 "../man/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "../.application/$pkgname.desktop" -t "$pkgdir/usr/share/applications"
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list