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

Alexander Rødseth arodseth at archlinux.org
Mon Mar 18 10:30:45 UTC 2019


    Date: Monday, March 18, 2019 @ 10:30:43
  Author: arodseth
Revision: 442440

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-18 10:30:35 UTC (rev 442439)
+++ PKGBUILD	2019-03-18 10:30:43 UTC (rev 442440)
@@ -1,35 +0,0 @@
-# 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:

Copied: exa/repos/community-x86_64/PKGBUILD (from rev 442439, exa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-18 10:30:43 UTC (rev 442440)
@@ -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=3
+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/usr/share/bash-completion/completions/$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