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

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


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

addpkg: grc 1.11.3-1

Added:
  grc/
  grc/repos/
  grc/trunk/
  grc/trunk/PKGBUILD

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

Added: grc/trunk/PKGBUILD
===================================================================
--- grc/trunk/PKGBUILD	                        (rev 0)
+++ grc/trunk/PKGBUILD	2018-06-11 07:31:11 UTC (rev 342332)
@@ -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"
+}


Property changes on: grc/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list