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

Jan Steffens heftig at archlinux.org
Thu Mar 18 16:42:56 UTC 2021


    Date: Thursday, March 18, 2021 @ 16:42:55
  Author: heftig
Revision: 410233

archrelease: copy trunk to testing-x86_64

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

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

Copied: less/repos/testing-x86_64/PKGBUILD (from rev 410232, less/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-03-18 16:42:55 UTC (rev 410233)
@@ -0,0 +1,30 @@
+# 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=580
+pkgrel=1
+pkgdesc='A terminal based program for viewing text files'
+license=('GPL3')
+arch=('x86_64')
+url='http://www.greenwoodsoftware.com/less'
+depends=('glibc' 'ncurses' 'pcre2')
+validpgpkeys=('AE27252BD6846E7D6EAE1DD6F153A7C833235259') # Mark Nudelman
+source=("http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.tar.gz"
+        "$pkgname-$pkgver.tar.gz.sig::http://www.greenwoodsoftware.com/$pkgname/$pkgname-$pkgver.sig")
+sha256sums=('5b5c606e3de2e8d93929342c89e71861a4a6766210f65e1c05a75f8cf62fa287'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  sh configure --prefix=/usr --sysconfdir=/etc --with-regex=pcre2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list