[arch-commits] Commit in exa/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 14 09:47:09 UTC 2018


    Date: Friday, September 14, 2018 @ 09:47:08
  Author: arodseth
Revision: 380845

archrelease: copy trunk to community-x86_64

Added:
  exa/repos/community-x86_64/PKGBUILD
    (from rev 380844, exa/trunk/PKGBUILD)
Deleted:
  exa/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-14 09:47:01 UTC (rev 380844)
+++ PKGBUILD	2018-09-14 09:47:08 UTC (rev 380845)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Lucas Raab <tuftedocelot at fastmail.fm>
-
-pkgname=exa
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='ls replacement'
-arch=('x86_64')
-url='https://the.exa.website/'
-license=('MIT')
-depends=('libssh2' 'zlib')
-makedepends=('cmake' 'rust' 'cargo' 'git')
-source=("git+https://github.com/ogham/exa.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname"
-}
-
-package() {
-  cd "$pkgname"
-
-  make PREFIX="$pkgdir/usr" install
-
-	install -Dm644 contrib/completions.bash \
-    "$pkgdir/etc/bash_completion.d/$pkgname"
-	install -Dm644 contrib/completions.zsh \
-    "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-	install -Dm644 contrib/completions.fish \
-    "$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
-  install -Dm644 LICEN?E \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: exa/repos/community-x86_64/PKGBUILD (from rev 380844, exa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-14 09:47:08 UTC (rev 380845)
@@ -0,0 +1,35 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Lucas Raab <tuftedocelot at fastmail.fm>
+
+pkgname=exa
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='ls replacement'
+arch=('x86_64')
+url='https://the.exa.website/'
+license=('MIT')
+depends=('libssh2' 'zlib')
+makedepends=('cargo' 'cmake' 'git' 'rust')
+source=("git+https://github.com/ogham/exa.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname"
+}
+
+package() {
+  cd "$pkgname"
+
+  make PREFIX="$pkgdir/usr" install
+
+  install -Dm644 contrib/completions.bash \
+    "$pkgdir/etc/bash_completion.d/$pkgname"
+  install -Dm644 contrib/completions.zsh \
+    "$pkgdir/usr/share/zsh/site-functions/_$pkgname"
+  install -Dm644 contrib/completions.fish \
+    "$pkgdir/usr/share/fish/vendor_completions.d/$pkgname.fish"
+  install -Dm644 LICEN?E \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list