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

Eli Schwartz eschwartz at archlinux.org
Fri Oct 16 02:40:18 UTC 2020


    Date: Friday, October 16, 2020 @ 02:40:17
  Author: eschwartz
Revision: 724313

archrelease: copy trunk to community-x86_64

Added:
  kmon/repos/community-x86_64/PKGBUILD
    (from rev 724312, kmon/trunk/PKGBUILD)
Deleted:
  kmon/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 02:40:02 UTC (rev 724312)
+++ PKGBUILD	2020-10-16 02:40:17 UTC (rev 724313)
@@ -1,35 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: orhun <orhunparmaksiz at gmail.com>
-
-pkgname=kmon
-pkgver=1.5.0
-pkgrel=1
-pkgdesc="Linux kernel manager and activity monitor"
-arch=('x86_64')
-url="https://github.com/orhun/kmon"
-license=('GPL3')
-depends=('kmod' 'libxcb')
-makedepends=('cargo' 'python' 'git')
-source=("git+${url}.git#tag=v${pkgver}?signed")
-sha512sums=('SKIP')
-validpgpkeys=('39E678DF63BE20EA5A175156B928720AEC532117') # orhun <orhunparmaksiz at gmail.com>
-
-build() {
-    cd "${srcdir}"/${pkgname}
-
-    cargo build --release --locked --all-features
-}
-
-check() {
-    cd "${srcdir}"/${pkgname}
-
-    cargo test --release --locked
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}
-
-    install -Dm755 target/release/${pkgname} -t "${pkgdir}"/usr/bin
-    install -Dm644 README.md -t "${pkgdir}"/usr/share/doc/${pkgname}
-    install -Dm644 man/${pkgname}.8 -t "${pkgdir}"/usr/share/man/man8
-}

Copied: kmon/repos/community-x86_64/PKGBUILD (from rev 724312, kmon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-16 02:40:17 UTC (rev 724313)
@@ -0,0 +1,35 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: orhun <orhunparmaksiz at gmail.com>
+
+pkgname=kmon
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Linux kernel manager and activity monitor"
+arch=('x86_64')
+url="https://github.com/orhun/kmon"
+license=('GPL3')
+depends=('kmod' 'libxcb')
+makedepends=('cargo' 'python' 'git')
+source=("git+${url}.git#tag=v${pkgver}?signed")
+sha512sums=('SKIP')
+validpgpkeys=('39E678DF63BE20EA5A175156B928720AEC532117') # orhun <orhunparmaksiz at gmail.com>
+
+build() {
+    cd "${srcdir}"/${pkgname}
+
+    cargo build --release --locked --all-features
+}
+
+check() {
+    cd "${srcdir}"/${pkgname}
+
+    cargo test --release --locked
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}
+
+    install -Dm755 target/release/${pkgname} -t "${pkgdir}"/usr/bin
+    install -Dm644 README.md -t "${pkgdir}"/usr/share/doc/${pkgname}
+    install -Dm644 man/${pkgname}.8 -t "${pkgdir}"/usr/share/man/man8
+}



More information about the arch-commits mailing list