[arch-commits] Commit in ls++/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Wed Aug 1 11:56:19 UTC 2018
Date: Wednesday, August 1, 2018 @ 11:56:18
Author: bluewind
Revision: 366589
archrelease: copy trunk to community-staging-any
Added:
ls++/repos/community-staging-any/
ls++/repos/community-staging-any/PKGBUILD
(from rev 366588, ls++/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: ls++/repos/community-staging-any/PKGBUILD (from rev 366588, ls++/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-08-01 11:56:18 UTC (rev 366589)
@@ -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=3
+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