[arch-commits] Commit in grc/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Aug 21 08:26:13 UTC 2017
Date: Monday, August 21, 2017 @ 08:26:13
Author: spupykin
Revision: 252793
archrelease: copy trunk to community-any
Added:
grc/repos/community-any/PKGBUILD
(from rev 252792, grc/trunk/PKGBUILD)
Deleted:
grc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 43 ++++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-08-21 08:25:59 UTC (rev 252792)
+++ PKGBUILD 2017-08-21 08:26:13 UTC (rev 252793)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Xilon <xilonmu at gmail.com>
-# Contributor: Edward Toroschin <edward.hades at gmail.com>
-
-pkgname=grc
-pkgver=1.11.1
-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=('9ae4bcc9186d6856e861d5b0e29b7b14db3f14e6b643e2df0076c104a94dbcba')
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- ./install.sh "$pkgdir"/usr "$pkgdir"
-}
Copied: grc/repos/community-any/PKGBUILD (from rev 252792, grc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-08-21 08:26:13 UTC (rev 252793)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Xilon <xilonmu at gmail.com>
+# Contributor: Edward Toroschin <edward.hades at gmail.com>
+
+pkgname=grc
+pkgver=1.11.1
+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=('9ae4bcc9186d6856e861d5b0e29b7b14db3f14e6b643e2df0076c104a94dbcba')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./install.sh "$pkgdir"/usr "$pkgdir"
+ mv "$pkgdir"/etc/profile.d/grc.bashrc "$pkgdir"/etc/profile.d/grc.bashrc.sh
+}
More information about the arch-commits
mailing list