Date: Friday, March 17, 2023 @ 22:28:17
  Author: dvzrv
Revision: 471369

archrelease: copy trunk to testing-x86_64

Added:
  m4/repos/testing-x86_64/
  m4/repos/testing-x86_64/PKGBUILD
    (from rev 471368, m4/trunk/PKGBUILD)
  m4/repos/testing-x86_64/keys/

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

Copied: m4/repos/testing-x86_64/PKGBUILD (from rev 471368, m4/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-03-17 22:28:17 UTC (rev 471369)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: Andreas Radke <[email protected]>
+
+pkgname=m4
+pkgver=1.4.19
+pkgrel=3
+pkgdesc="The GNU macro processor"
+arch=('x86_64')
+url="https://www.gnu.org/software/m4";
+license=('GPL3')
+depends=('glibc' 'bash')
+source=("https://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('63aede5c6d33b6d9b13511cd0be2cac046f2e70fd0a07aa9573a04a82783af96'
+            'SKIP')
+validpgpkeys=('71C2CC22B1C4602927D2F3AAA7A16B4A2527436A')   # Eric Blake
+
+build() {
+       cd "$pkgname-$pkgver"
+       ./configure --prefix=/usr
+       make
+}
+
+check() {
+       cd "$pkgname-$pkgver"
+       make check
+}
+
+package() {
+       cd "$pkgname-$pkgver"
+       make prefix="${pkgdir}"/usr install
+}

Reply via email to