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

Felix Yan felixonmars at archlinux.org
Thu May 27 21:17:38 UTC 2021


    Date: Thursday, May 27, 2021 @ 21:17:38
  Author: felixonmars
Revision: 949159

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: patchutils/repos/community-staging-x86_64/PKGBUILD (from rev 949158, patchutils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-05-27 21:17:38 UTC (rev 949159)
@@ -0,0 +1,29 @@
+# Contributor: Aurelien Foret <orelien at chez.com>
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=patchutils
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="A small collection of programs that operate on patch files"
+license=('GPL')
+url="http://cyberelk.net/tim/patchutils/"
+depends=('python3' 'pcre2')
+makedepends=('xmlto')
+arch=('x86_64')
+source=("http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed'
+            '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