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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:53:00 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:52:59
  Author: foutrelis
Revision: 1214489

archrelease: copy trunk to community-staging-any

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

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

Copied: ls++/repos/community-staging-any/PKGBUILD (from rev 1214488, ls++/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 11:52:59 UTC (rev 1214489)
@@ -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=7
+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