[arch-commits] Commit in exa/repos (community-i686/PKGBUILD community-x86_64/PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Aug 4 12:17:41 UTC 2017
Date: Friday, August 4, 2017 @ 12:17:41
Author: arodseth
Revision: 248315
archrelease: copy trunk to community-x86_64, community-i686
Added:
exa/repos/community-i686/PKGBUILD
(from rev 248314, exa/trunk/PKGBUILD)
exa/repos/community-x86_64/PKGBUILD
(from rev 248314, exa/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 28 ++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 28 ++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
Copied: exa/repos/community-i686/PKGBUILD (from rev 248314, exa/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-04 12:17:41 UTC (rev 248315)
@@ -0,0 +1,28 @@
+# $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 248314, exa/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-08-04 12:17:41 UTC (rev 248315)
@@ -0,0 +1,28 @@
+# $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:
More information about the arch-commits
mailing list