Date: Tuesday, May 2, 2023 @ 18:18:43
Author: orhun
Revision: 1455884
archrelease: copy trunk to community-x86_64
Added:
broot/repos/community-x86_64/PKGBUILD
(from rev 1455883, broot/trunk/PKGBUILD)
Deleted:
broot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-02 18:18:21 UTC (rev 1455883)
+++ PKGBUILD 2023-05-02 18:18:43 UTC (rev 1455884)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Contributor: Adam Fontenot <[email protected]>
-# Contributor: Daniel M. Capella <[email protected]>
-
-pkgname=broot
-pkgver=1.21.2
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib' 'libgit2' 'libxcb')
-makedepends=('rust')
-options=('!lto')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-sha256sums=('492806ffa225f74025120a353a40c89d08c1b2b2ce2d5f0a412dca47f21f28e3')
-
-prepare() {
- cd $pkgname-$pkgver
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd $pkgname-$pkgver
- cargo build --release --frozen --features clipboard
-}
-
-check() {
- cd $pkgname-$pkgver
- cargo test --frozen
-}
-
-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"
- install -Dm644 resources/icons/vscode/vscode.ttf
"$pkgdir/usr/share/fonts/TTF/vscode.ttf"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: broot/repos/community-x86_64/PKGBUILD (from rev 1455883,
broot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-02 18:18:43 UTC (rev 1455884)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Contributor: Adam Fontenot <[email protected]>
+# Contributor: Daniel M. Capella <[email protected]>
+
+pkgname=broot
+pkgver=1.21.3
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib' 'libgit2' 'libxcb')
+makedepends=('rust')
+options=('!lto')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha256sums=('6c612c596e467e610c7a80b4f086d9443e2b5040edcfa1bdda129aa715bb64d9')
+
+prepare() {
+ cd $pkgname-$pkgver
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd $pkgname-$pkgver
+ cargo build --release --frozen --features clipboard
+}
+
+check() {
+ cd $pkgname-$pkgver
+ cargo test --frozen
+}
+
+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"
+ install -Dm644 resources/icons/vscode/vscode.ttf
"$pkgdir/usr/share/fonts/TTF/vscode.ttf"
+}
+
+# vim:set ts=2 sw=2 et: