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

Caleb Maclennan alerque at gemini.archlinux.org
Tue Sep 28 12:42:04 UTC 2021


    Date: Tuesday, September 28, 2021 @ 12:42:03
  Author: alerque
Revision: 1025868

archrelease: copy trunk to community-x86_64

Added:
  btop/repos/community-x86_64/
  btop/repos/community-x86_64/PKGBUILD
    (from rev 1025867, btop/trunk/PKGBUILD)

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

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1025867, btop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-09-28 12:42:03 UTC (rev 1025868)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=btop
+pkgver=1.0.9
+pkgrel=3
+pkgdesc='A monitor of system resourecs, bpytop ported to C++'
+arch=(x86_64 aarch64)
+url="https://github.com/aristocratos/$pkgname"
+license=(Apache)
+depends=(gcc-libs)
+_archive="$pkgname-$pkgver"
+source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('3eadf77130038738fce938903abbeeafe8140228899ec2918eb985cd30827082')
+
+build() {
+	cd "$_archive"
+	make all
+}
+
+package() {
+	cd "$_archive"
+	make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



More information about the arch-commits mailing list