[arch-commits] Commit in grc/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:14:36 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:14:35
  Author: felixonmars
Revision: 658873

archrelease: copy trunk to community-staging-any

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

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

Copied: grc/repos/community-staging-any/PKGBUILD (from rev 658872, grc/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 15:14:35 UTC (rev 658873)
@@ -0,0 +1,21 @@
+# 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=2
+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