Date: Wednesday, May 10, 2023 @ 08:21:58
Author: grawlinson
Revision: 1459700
archrelease: copy trunk to community-x86_64
Added:
bottom/repos/community-x86_64/PKGBUILD
(from rev 1459699, bottom/trunk/PKGBUILD)
Deleted:
bottom/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 08:20:59 UTC (rev 1459699)
+++ PKGBUILD 2023-05-10 08:21:58 UTC (rev 1459700)
@@ -1,58 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Clement Tsang (xoronth) <[email protected]>
-
-pkgname=bottom
-pkgver=0.8.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=('1595d74b086338ce740e53468ec627b5dd52ebaa49e490f2363dffcdd3b3b7d1f2c3ae357ff40ddfc79e0454bb280bf629566ab8c5f2f297688165d7d4478c99')
-b2sums=('12b748fa9664998cfb617f2458bf1b297b1b33cb42854c082f702c75e301ae8859beab7b8746aa8671176948c9819f92ab34e09fbf558fbaaa338678505ba10f')
-
-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 1459699,
bottom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 08:21:58 UTC (rev 1459700)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Clement Tsang (xoronth) <[email protected]>
+
+pkgname=bottom
+pkgver=0.9.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=('956a2c2db56f5d6caae0a8be61af282bd369192d54138fa3a6fc6c03665303694b4737cf7a7bedeb38c79a1113acbbf869dda01ba13b602ffba679be5f016f5e')
+b2sums=('f5d88e550b336534f07f0afcc0ece2450757f77fd75f1b09b0b427588f5bb7e8736dead71d33a249e87d86437bde8b061ce5e9a01d019dfbfb6d9cee0f63cc24')
+
+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: