[arch-commits] Commit in exa/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Fri Aug 4 17:58:25 UTC 2017
Date: Friday, August 4, 2017 @ 17:58:25
Author: arodseth
Revision: 248474
archrelease: copy trunk to community-x86_64, community-i686
Added:
exa/repos/community-i686/PKGBUILD
(from rev 248473, exa/trunk/PKGBUILD)
exa/repos/community-x86_64/PKGBUILD
(from rev 248473, exa/trunk/PKGBUILD)
Deleted:
exa/repos/community-i686/PKGBUILD
exa/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 28 -----------------
community-x86_64/PKGBUILD | 28 -----------------
3 files changed, 72 insertions(+), 56 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-08-04 17:56:21 UTC (rev 248473)
+++ community-i686/PKGBUILD 2017-08-04 17:58:25 UTC (rev 248474)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: <tuftedocelot at fastmail.fm>
-
-pkgname=exa
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='ls replacement'
-arch=('x86_64' 'i686')
-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=/usr DESTDIR="$pkgdir" install
- install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: exa/repos/community-i686/PKGBUILD (from rev 248473, exa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-04 17:58:25 UTC (rev 248474)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: <tuftedocelot at fastmail.fm>
+
+pkgname=exa
+pkgver=0.7.0
+pkgrel=2
+pkgdesc='ls replacement'
+arch=('x86_64' 'i686')
+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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-08-04 17:56:21 UTC (rev 248473)
+++ community-x86_64/PKGBUILD 2017-08-04 17:58:25 UTC (rev 248474)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: <tuftedocelot at fastmail.fm>
-
-pkgname=exa
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='ls replacement'
-arch=('x86_64' 'i686')
-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=/usr DESTDIR="$pkgdir" install
- install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: exa/repos/community-x86_64/PKGBUILD (from rev 248473, exa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-08-04 17:58:25 UTC (rev 248474)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: <tuftedocelot at fastmail.fm>
+
+pkgname=exa
+pkgver=0.7.0
+pkgrel=2
+pkgdesc='ls replacement'
+arch=('x86_64' 'i686')
+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:
More information about the arch-commits
mailing list