[arch-commits] Commit in bat/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Sep 13 16:07:43 UTC 2018
Date: Thursday, September 13, 2018 @ 16:07:43
Author: arodseth
Revision: 380349
archrelease: copy trunk to community-x86_64
Added:
bat/repos/community-x86_64/PKGBUILD
(from rev 380348, bat/trunk/PKGBUILD)
Deleted:
bat/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 61 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 30 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-13 16:07:38 UTC (rev 380348)
+++ PKGBUILD 2018-09-13 16:07:43 UTC (rev 380349)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=bat
-pkgver=0.6.1
-pkgrel=1
-pkgdesc='Cat clone with Git integration and syntax highlighting support'
-arch=('x86_64')
-url='https://github.com/sharkdp/bat'
-license=('APACHE' 'MIT')
-makedepends=('cmake' 'rust')
-depends=('curl' 'libssh2' 'oniguruma')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('14008c3056217a758883e0b65589fc8ce699f245e9f1c1ff5aad925c090eda37')
-
-build() {
- cd "$pkgname-$pkgver"
-
- cargo build --release
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
- install -Dm644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
- install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-}
-
-# vim: ts=2 sw=2 et:
Copied: bat/repos/community-x86_64/PKGBUILD (from rev 380348, bat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-13 16:07:43 UTC (rev 380349)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=bat
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Cat clone with Git integration and syntax highlighting support'
+arch=('x86_64')
+url='https://github.com/sharkdp/bat'
+license=('APACHE' 'MIT')
+makedepends=('cmake' 'rust')
+depends=('curl' 'libssh2' 'oniguruma')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('263e7e4fa3456929cc64eacd2ab01a2241fd10dd197a61f46dbaff2e7479b96b')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ cargo build --release
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 LICENSE-APACHE "$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+ install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list