[arch-commits] Commit in exa/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:57:35 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:57:35
Author: felixonmars
Revision: 658657
archrelease: copy trunk to community-staging-x86_64
Added:
exa/repos/community-staging-x86_64/
exa/repos/community-staging-x86_64/PKGBUILD
(from rev 658656, exa/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: exa/repos/community-staging-x86_64/PKGBUILD (from rev 658656, exa/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 13:57:35 UTC (rev 658657)
@@ -0,0 +1,35 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Lucas Raab <tuftedocelot at fastmail.fm>
+
+pkgname=exa
+pkgver=0.9.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/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