[arch-commits] Commit in cloc/repos/community-any (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Sep 10 03:51:27 UTC 2018
Date: Monday, September 10, 2018 @ 03:51:26
Author: foutrelis
Revision: 378950
archrelease: copy trunk to community-any
Added:
cloc/repos/community-any/PKGBUILD
(from rev 378949, cloc/trunk/PKGBUILD)
Deleted:
cloc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 44 ++++++++++++++++++++++----------------------
1 file changed, 22 insertions(+), 22 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-10 03:51:21 UTC (rev 378949)
+++ PKGBUILD 2018-09-10 03:51:26 UTC (rev 378950)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Diogo Ferreira <diogo at underdev.org>
-
-pkgname=cloc
-pkgver=1.76
-pkgrel=1
-pkgdesc="Count lines of code"
-arch=('any')
-url="https://github.com/AlDanial/cloc"
-license=('GPL')
-depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
- 'perl-parallel-forkmanager')
-source=(https://github.com/AlDanial/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('d43e812b417ec718219fb561ed8f50f2eaac9bf365fd5dfdf127ebc8ffa65917')
-
-package() {
- cd $pkgname-$pkgver/Unix
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: cloc/repos/community-any/PKGBUILD (from rev 378949, cloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-10 03:51:26 UTC (rev 378950)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Diogo Ferreira <diogo at underdev.org>
+
+pkgname=cloc
+pkgver=1.78
+pkgrel=1
+pkgdesc="Count lines of code"
+arch=('any')
+url="https://github.com/AlDanial/cloc"
+license=('GPL')
+depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
+ 'perl-parallel-forkmanager')
+source=(https://github.com/AlDanial/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('c868926143652377ca68b8b580d0d616066f20fbbd61cdc2be7310d793e734c9')
+
+package() {
+ cd $pkgname-$pkgver/Unix
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list