[arch-commits] Commit in (6 files)
Alexander Rødseth
arodseth at archlinux.org
Fri Aug 4 11:34:21 UTC 2017
Date: Friday, August 4, 2017 @ 11:34:21
Author: arodseth
Revision: 248299
Add exa, an ls replacement
Added:
exa/
exa/repos/
exa/repos/community-i686/
exa/repos/community-x86_64/
exa/trunk/
exa/trunk/PKGBUILD
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Added: exa/trunk/PKGBUILD
===================================================================
--- exa/trunk/PKGBUILD (rev 0)
+++ exa/trunk/PKGBUILD 2017-08-04 11:34:21 UTC (rev 248299)
@@ -0,0 +1,25 @@
+# $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')
+makedepends=('cmake' 'rust' 'cargo' 'git')
+source=("git+https://github.com/ogham/exa.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+ make -C "$pkgname"
+}
+
+package() {
+ make -C "$pkgname" PREFIX=/usr DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:
Property changes on: exa/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list