[arch-commits] Commit in patchutils/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:44:00 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:44:00
  Author: felixonmars
Revision: 660092

archrelease: copy trunk to community-staging-x86_64

Added:
  patchutils/repos/community-staging-x86_64/
  patchutils/repos/community-staging-x86_64/PKGBUILD
    (from rev 660091, patchutils/trunk/PKGBUILD)

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

Copied: patchutils/repos/community-staging-x86_64/PKGBUILD (from rev 660091, patchutils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 18:44:00 UTC (rev 660092)
@@ -0,0 +1,29 @@
+# Contributor: Aurelien Foret <orelien at chez.com>
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=patchutils
+pkgver=0.3.4
+pkgrel=4
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/"
+depends=('perl')
+makedepends=('xmlto')
+arch=('x86_64')
+source=("https://github.com/twaugh/patchutils/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('ee95b5993d07ccdf27ca9f2cc4e6ffee'
+         'SKIP')
+validpgpkeys=('4629AFE960EC20BEC12E3104B7C20D079491EA63') # Tim Waugh <tim at cyberelk.net>
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list