[arch-commits] Commit in wdiff/repos (community-x86_64 community-x86_64/PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Fri Aug 17 17:05:08 UTC 2018


    Date: Friday, August 17, 2018 @ 17:05:08
  Author: ffy00
Revision: 372510

archrelease: copy trunk to community-x86_64

Added:
  wdiff/repos/community-x86_64/
  wdiff/repos/community-x86_64/PKGBUILD
    (from rev 372509, wdiff/trunk/PKGBUILD)

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

Copied: wdiff/repos/community-x86_64/PKGBUILD (from rev 372509, wdiff/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-08-17 17:05:08 UTC (rev 372510)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+# Contributor: Rafael Fontenelle <rafaelff at gnome.org>
+# Contributor:  <qqqqqqqqq9 AT web DOT de>
+# Contributor: Patrick Burroughs (Celti) <celti at celti.name>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=wdiff
+pkgver=1.2.2
+pkgrel=3
+pkgdesc="A wordwise implementation of GNU diff"
+arch=('x86_64')
+url="https://www.gnu.org/software/$pkgname/"
+license=('GPL3')
+depends=('ncurses')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+sha512sums=('9272c225f4f61612197fe151cf8c913107169ac9fcd6c9f8472a0f56d9124d78a060944cea1b51489ca34311220f23638d043d43c733a3252cdbb7cceb1085ed')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make -k check
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list