[arch-commits] Commit in broot/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Mon Dec 27 07:59:43 UTC 2021
Date: Monday, December 27, 2021 @ 07:59:43
Author: svenstaro
Revision: 1084088
archrelease: copy trunk to community-x86_64
Added:
broot/repos/community-x86_64/PKGBUILD
(from rev 1084087, broot/trunk/PKGBUILD)
Deleted:
broot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-27 07:59:35 UTC (rev 1084087)
+++ PKGBUILD 2021-12-27 07:59:43 UTC (rev 1084088)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
-# Contributor: Daniel M. Capella <polyzen at archlinux.org>
-
-pkgname=broot
-pkgver=1.7.5
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib' 'libxcb')
-makedepends=('rust')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('d5a9829a203dd4db0cd8a35eb0dc4e84466c88aadb11c0a757cbcc1a5b5ef7c1')
-
-build() {
- cd $pkgname-$pkgver
- cargo build --release --locked
-}
-
-check() {
- cd $pkgname-$pkgver
- cargo test --release --locked
-}
-
-package() {
- cd $pkgname-$pkgver
- install -Dt "$pkgdir"/usr/bin target/release/$pkgname
- sed -i "s/#version/$pkgver/" man/page
- # Theoretically we could get the date from the CHANGELOG.md but it seems that the
- # CHANGELOG.md entry for the current version isn't actually in the current release.
- # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
- sed -i "s/#date//" man/page
- install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: broot/repos/community-x86_64/PKGBUILD (from rev 1084087, broot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-27 07:59:43 UTC (rev 1084088)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Adam Fontenot <adam.m.fontenot at gmail.com>
+# Contributor: Daniel M. Capella <polyzen at archlinux.org>
+
+pkgname=broot
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib' 'libgit2')
+makedepends=('rust')
+options=('!lto')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('baa107a2cd458c9f4eda9cafa8fac54570918efafaadfc34df43442f7cd237b9')
+
+build() {
+ cd $pkgname-$pkgver
+ cargo build --release --locked
+}
+
+check() {
+ cd $pkgname-$pkgver
+ cargo test --release --locked
+}
+
+package() {
+ cd $pkgname-$pkgver
+ install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+ sed -i "s/#version/$pkgver/" man/page
+ # Theoretically we could get the date from the CHANGELOG.md but it seems that the
+ # CHANGELOG.md entry for the current version isn't actually in the current release.
+ # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+ sed -i "s/#date//" man/page
+ install -Dm644 man/page "$pkgdir/usr/share/man/man1/$pkgname.1"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list