Date: Tuesday, November 12, 2019 @ 02:21:30
  Author: foutrelis
Revision: 526926

archrelease: copy trunk to community-staging-x86_64

Added:
  dwdiff/repos/community-staging-x86_64/
  dwdiff/repos/community-staging-x86_64/PKGBUILD
    (from rev 526925, dwdiff/trunk/PKGBUILD)

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

Copied: dwdiff/repos/community-staging-x86_64/PKGBUILD (from rev 526925, 
dwdiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-11-12 02:21:30 UTC (rev 526926)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+pkgname=dwdiff
+pkgver=2.1.2
+pkgrel=3
+pkgdesc="A front-end for the diff program that operates at the word level 
instead of the line level"
+arch=('x86_64')
+url="https://os.ghalkes.nl/dwdiff.html";
+depends=('diffutils' 'icu')
+license=('GPL')
+source=("https://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('3201fd459164ebbb538a0b21ce17d955f2fa3babe37367b2e92f7f912cfac692')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix="$pkgdir"/usr install
+}

Reply via email to