Date: Friday, January 6, 2023 @ 06:35:09
Author: alerque
Revision: 1378556
archrelease: copy trunk to community-x86_64
Added:
bottom/repos/community-x86_64/PKGBUILD
(from rev 1378555, bottom/trunk/PKGBUILD)
Deleted:
bottom/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 06:35:00 UTC (rev 1378555)
+++ PKGBUILD 2023-01-06 06:35:09 UTC (rev 1378556)
@@ -1,58 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Clement Tsang (xoronth) <[email protected]>
-
-pkgname=bottom
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='A graphical process/system monitor'
-arch=('x86_64')
-url='https://github.com/ClementTsang/bottom'
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5bb1fdd85e019d6055ec5019fd89402cb0d01a080e318d75e3be5a527be720359fff4648fcae5ff4893d33f4b601ca310a0b94c52152dccf4d97e1c3c1209103')
-b2sums=('42f873be8e9a99154395e1ca3da0b5a5328e4d61f84691f5bd446ceb8f005af463f037f3ad04dd68580f47e9fd4768ea8f34bccc8118319d6ebfea04d6cb6ca0')
-
-prepare() {
- cd "$pkgname-$pkgver"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd "$pkgname-$pkgver"
- BTM_GENERATE=true cargo build --frozen --release --all-features
-}
-
-check() {
- cd "$pkgname-$pkgver"
- CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --frozen --all-features
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- # binary
- install -vDm755 -t "$pkgdir/usr/bin" target/release/btm
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-
- # documentation
- install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" *.md
- cp -vr docs sample_configs "$pkgdir/usr/share/doc/$pkgname"
- rm -f "$pkgdir/usr/share/doc/$pkgname/docs/.gitignore"
-
- cd target/tmp/bottom
-
- # man page
- install -vDm644 -t "$pkgdir/usr/share/man/man1" manpage/btm.1
-
- # completions
- install -Dm644 completion/_btm "$pkgdir/usr/share/zsh/site-functions/_btm"
- install -Dm644 completion/btm.bash
"$pkgdir/usr/share/bash-completion/completions/btm"
- install -Dm644 completion/btm.fish
"$pkgdir/usr/share/fish/vendor_completions.d/btm.fish"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: bottom/repos/community-x86_64/PKGBUILD (from rev 1378555,
bottom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-06 06:35:09 UTC (rev 1378556)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Clement Tsang (xoronth) <[email protected]>
+
+pkgname=bottom
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A graphical process/system monitor'
+arch=('x86_64')
+url='https://github.com/ClementTsang/bottom'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6f19f4eb79cbec2e0d35dd05b23abbb93da772c1e9e3f9c11b3a981e2077759665ff52e2f294b136324df18aa67942474c11f24bbb694822cfbb91b5a6d22270')
+b2sums=('50fc938bd4325bde7b710e8b5ce3efe218202a17fcff24a017eeb9d430b3ebe460bc9753dff61de99d216e91bac713f10fd27d14601583c0de9976d06367732a')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ BTM_GENERATE=true cargo build --frozen --release --all-features
+}
+
+check() {
+ cd "$pkgname-$pkgver"
+ CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --frozen --all-features
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ # binary
+ install -vDm755 -t "$pkgdir/usr/bin" target/release/btm
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+
+ # documentation
+ install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" *.md
+ cp -vr docs sample_configs "$pkgdir/usr/share/doc/$pkgname"
+ rm -f "$pkgdir/usr/share/doc/$pkgname/docs/.gitignore"
+
+ cd target/tmp/bottom
+
+ # man page
+ install -vDm644 -t "$pkgdir/usr/share/man/man1" manpage/btm.1
+
+ # completions
+ install -Dm644 completion/_btm "$pkgdir/usr/share/zsh/site-functions/_btm"
+ install -Dm644 completion/btm.bash
"$pkgdir/usr/share/bash-completion/completions/btm"
+ install -Dm644 completion/btm.fish
"$pkgdir/usr/share/fish/vendor_completions.d/btm.fish"
+}
+
+# vim:set ts=2 sw=2 et: