[arch-commits] Commit in bat/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Apr 25 20:03:00 UTC 2022
Date: Monday, April 25, 2022 @ 20:02:59
Author: arojas
Revision: 1190086
archrelease: copy trunk to community-x86_64
Added:
bat/repos/community-x86_64/PKGBUILD
(from rev 1190085, bat/trunk/PKGBUILD)
Deleted:
bat/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 116 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 58 insertions(+), 58 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-25 20:02:48 UTC (rev 1190085)
+++ PKGBUILD 2022-04-25 20:02:59 UTC (rev 1190086)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=bat
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='Cat clone with syntax highlighting and git integration'
-arch=(x86_64)
-url='https://github.com/sharkdp/bat'
-license=(APACHE MIT)
-depends=(gcc-libs libgit2 oniguruma)
-makedepends=(clang cmake git rust)
-source=("git+$url#commit=0655ecf23d778f1455e2d79f37a805a7bcca98d2") # tag: v0.20.0
-b2sums=('SKIP')
-
-prepare() {
- cargo fetch \
- --locked \
- --manifest-path "$srcdir/$pkgname/Cargo.toml"
-}
-
-build() {
- export CFLAGS+=' -ffat-lto-objects -w'
- cargo build \
- --locked \
- --manifest-path "$srcdir/$pkgname/Cargo.toml" \
- --release
-}
-
-check() {
- cargo test \
- --locked \
- --manifest-path "$srcdir/$pkgname/Cargo.toml"
-}
-
-package() {
- install -Dm755 $pkgname/target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
-
- # Package licenses
- install -Dm644 $pkgname/LICENSE-APACHE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
- install -Dm644 $pkgname/LICENSE-MIT \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
- cd $pkgname/target/release/build
-
- # Find and package the man page (because cargo --out-dir is too new)
- find . -name bat.1 -type f -exec install -Dm644 {} \
- "$pkgdir/usr/share/man/man1/bat.1" \;
-
- # Find and package the zsh completion file (not in zsh-completions yet)
- find . -name bat.zsh -type f -exec install -Dm644 {} \
- "$pkgdir/usr/share/zsh/site-functions/_bat" \;
-
- # Find and package the fish completion file
- find . -name bat.fish -type f -exec install -Dm644 {} \
- "$pkgdir/usr/share/fish/vendor_completions.d/bat.fish" \;
-}
Copied: bat/repos/community-x86_64/PKGBUILD (from rev 1190085, bat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-25 20:02:59 UTC (rev 1190086)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=bat
+pkgver=0.20.0
+pkgrel=2
+pkgdesc='Cat clone with syntax highlighting and git integration'
+arch=(x86_64)
+url='https://github.com/sharkdp/bat'
+license=(APACHE MIT)
+depends=(gcc-libs libgit2 oniguruma)
+makedepends=(clang cmake git rust)
+source=("git+$url#commit=0655ecf23d778f1455e2d79f37a805a7bcca98d2") # tag: v0.20.0
+b2sums=('SKIP')
+
+prepare() {
+ cargo fetch \
+ --locked \
+ --manifest-path "$srcdir/$pkgname/Cargo.toml"
+}
+
+build() {
+ export CFLAGS+=' -ffat-lto-objects -w'
+ cargo build \
+ --locked \
+ --manifest-path "$srcdir/$pkgname/Cargo.toml" \
+ --release
+}
+
+check() {
+ cargo test \
+ --locked \
+ --manifest-path "$srcdir/$pkgname/Cargo.toml"
+}
+
+package() {
+ install -Dm755 $pkgname/target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+
+ # Package licenses
+ install -Dm644 $pkgname/LICENSE-APACHE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+ install -Dm644 $pkgname/LICENSE-MIT \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+ cd $pkgname/target/release/build
+
+ # Find and package the man page (because cargo --out-dir is too new)
+ find . -name bat.1 -type f -exec install -Dm644 {} \
+ "$pkgdir/usr/share/man/man1/bat.1" \;
+
+ # Find and package the zsh completion file (not in zsh-completions yet)
+ find . -name bat.zsh -type f -exec install -Dm644 {} \
+ "$pkgdir/usr/share/zsh/site-functions/_bat" \;
+
+ # Find and package the fish completion file
+ find . -name bat.fish -type f -exec install -Dm644 {} \
+ "$pkgdir/usr/share/fish/vendor_completions.d/bat.fish" \;
+}
More information about the arch-commits
mailing list