[arch-commits] Commit in bat/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon May 20 11:38:35 UTC 2019
Date: Monday, May 20, 2019 @ 11:38:34
Author: arodseth
Revision: 468083
archrelease: copy trunk to community-x86_64
Added:
bat/repos/community-x86_64/PKGBUILD
(from rev 468082, bat/trunk/PKGBUILD)
Deleted:
bat/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-20 11:38:30 UTC (rev 468082)
+++ PKGBUILD 2019-05-20 11:38:34 UTC (rev 468083)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=bat
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Cat clone with syntax highlighting and git integration'
-arch=(x86_64)
-url='https://github.com/sharkdp/bat'
-license=(APACHE MIT)
-makedepends=(cmake rust)
-depends=(libssh2)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('54dd396e8f20d44c6032a32339f45eab46a69b6134e74a704f8d4a27c18ddc3e')
-
-build() {
- cd "$pkgname-$pkgver"
-
- cargo build --release
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
- install -Dm644 doc/bat.1 "$pkgdir/usr/share/man/man1/bat.1"
- install -Dm644 LICENSE-APACHE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
- install -Dm644 LICENSE-MIT \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-}
-
-# getver: github.com/sharkdp/bat/releases/latest
-# vim: ts=2 sw=2 et:
Copied: bat/repos/community-x86_64/PKGBUILD (from rev 468082, bat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-20 11:38:34 UTC (rev 468083)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=bat
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Cat clone with syntax highlighting and git integration'
+arch=(x86_64)
+url='https://github.com/sharkdp/bat'
+license=(APACHE MIT)
+makedepends=(cmake rust)
+depends=(libssh2)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('bb4e39efadfab71c0c929a92b82dac58deacfe2a4eb527d4256ac0634e042ed2')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ cargo build --release
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 doc/bat.1 "$pkgdir/usr/share/man/man1/bat.1"
+ install -Dm644 LICENSE-APACHE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+ install -Dm644 LICENSE-MIT \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}
+
+# getver: github.com/sharkdp/bat/releases/latest
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list