[arch-commits] Commit in less/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sun Feb 18 23:42:48 UTC 2018


    Date: Sunday, February 18, 2018 @ 23:42:39
  Author: seblu
Revision: 317267

archrelease: copy trunk to testing-x86_64

Added:
  less/repos/testing-x86_64/PKGBUILD
    (from rev 317266, less/trunk/PKGBUILD)
Deleted:
  less/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-18 23:41:58 UTC (rev 317266)
+++ PKGBUILD	2018-02-18 23:42:39 UTC (rev 317267)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=less
-pkgver=530
-pkgrel=1
-pkgdesc='A terminal based program for viewing text files'
-license=('GPL3')
-arch=('x86_64')
-url='http://www.greenwoodsoftware.com/less'
-groups=('base')
-depends=('glibc' 'ncurses' 'pcre')
-validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
-_tarball=$pkgname-$pkgver.tar.gz
-source=("http://www.greenwoodsoftware.com/$pkgname/$_tarball"
-        "$_tarball.sig::http://www.greenwoodsoftware.com/$pkgname/$_tarball.sig")
-md5sums=('6a39bccf420c946b0fd7ffc64961315b'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: less/repos/testing-x86_64/PKGBUILD (from rev 317266, less/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-18 23:42:39 UTC (rev 317267)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=less
+pkgver=530
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('x86_64')
+url='http://www.greenwoodsoftware.com/less'
+groups=('base')
+depends=('glibc' 'ncurses' 'pcre')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"
+        "$pkgname-$pkgver.tar.gz::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")
+md5sums=('6a39bccf420c946b0fd7ffc64961315b'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list