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

Levente Polyak anthraxx at archlinux.org
Mon Jul 17 15:54:51 UTC 2017


    Date: Monday, July 17, 2017 @ 15:54:50
  Author: anthraxx
Revision: 245500

archrelease: copy trunk to community-any

Added:
  ls++/repos/community-any/PKGBUILD
    (from rev 245499, ls++/trunk/PKGBUILD)
Deleted:
  ls++/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-17 15:54:44 UTC (rev 245499)
+++ PKGBUILD	2017-07-17 15:54:50 UTC (rev 245500)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: JokerBoy <jokerboy at punctweb dot ro>
-
-pkgname=ls++
-pkgver=0.36
-_gitcommit=e17221c78f398fc9180631c684cdefabb45d1595
-pkgrel=1
-pkgdesc='Colorized LS on steroids'
-url='https://github.com/trapd00r/ls--/'
-arch=('any')
-license=('GPL2')
-depends=('perl-term-extendedcolor')
-makedepends=('git')
-backup=('etc/ls++.conf')
-options=('!emptydirs')
-source=(${pkgname}::"git+https://github.com/trapd00r/ls--#commit=${_gitcommit}")
-sha512sums=('SKIP')
-
-build() {
-  cd ${pkgname}
-  PERL_MM_USE_DEFAULT=1 \
-    PERL_AUTOINSTALL=--skipdeps \
-    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir}'" \
-    PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir}'" \
-    MODULEBUILDRC=/dev/null \
-    perl Makefile.PL
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make PREFIX=/ DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: ls++/repos/community-any/PKGBUILD (from rev 245499, ls++/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-17 15:54:50 UTC (rev 245500)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: JokerBoy <jokerboy at punctweb dot ro>
+
+pkgname=ls++
+pkgver=0.36
+_gitcommit=e17221c78f398fc9180631c684cdefabb45d1595
+pkgrel=1
+epoch=1
+pkgdesc='Colorized LS on steroids'
+url='https://github.com/trapd00r/ls--/'
+arch=('any')
+license=('GPL2')
+depends=('perl-term-extendedcolor')
+makedepends=('git')
+backup=('etc/ls++.conf')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://github.com/trapd00r/ls--#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+build() {
+  cd ${pkgname}
+  PERL_MM_USE_DEFAULT=1 \
+    PERL_AUTOINSTALL=--skipdeps \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir}'" \
+    PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir}'" \
+    MODULEBUILDRC=/dev/null \
+    perl Makefile.PL
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make PREFIX=/ DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list