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

Felix Yan felixonmars at archlinux.org
Sat Aug 26 14:27:32 UTC 2017


    Date: Saturday, August 26, 2017 @ 14:27:31
  Author: felixonmars
Revision: 254129

archrelease: copy trunk to community-staging-any

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

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

Copied: ls++/repos/community-staging-any/PKGBUILD (from rev 254128, ls++/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-08-26 14:27:31 UTC (rev 254129)
@@ -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=2
+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