Date: Monday, April 27, 2020 @ 15:45:13
  Author: foutrelis
Revision: 621905

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: dwdiff/repos/community-staging-x86_64/PKGBUILD (from rev 621904, 
dwdiff/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-04-27 15:45:13 UTC (rev 621905)
@@ -0,0 +1,24 @@
+# Maintainer: Kyle Keen <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+pkgname=dwdiff
+pkgver=2.1.2
+pkgrel=4
+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