[arch-commits] Commit in grc/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 11 07:31:34 UTC 2018


    Date: Monday, June 11, 2018 @ 07:31:34
  Author: felixonmars
Revision: 342333

archrelease: copy trunk to community-any

Added:
  grc/repos/community-any/
  grc/repos/community-any/PKGBUILD
    (from rev 342332, grc/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: grc/repos/community-any/PKGBUILD (from rev 342332, grc/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-06-11 07:31:34 UTC (rev 342333)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Juan Simón 
+# Contributor: Xilon <xilonmu at gmail.com>
+# Contributor: Edward Toroschin <edward.hades at gmail.com>
+
+pkgname=grc
+pkgver=1.11.3
+pkgrel=1
+pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands'
+arch=('any')
+url='https://github.com/garabik/grc'
+license=('GPL')
+depends=('python')
+backup=('etc/grc.conf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz)
+sha256sums=('b167babd8f073a68f5a3091f833e4036fb8d86504e746694747a3ee5048fa7a9')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./install.sh "$pkgdir"/usr "$pkgdir"
+}



More information about the arch-commits mailing list