Date: Saturday, October 23, 2021 @ 22:23:52
  Author: escondida
Revision: 1033002

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
    (from rev 1033001, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 50 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-23 22:23:16 UTC (rev 1033001)
+++ PKGBUILD    2021-10-23 22:23:52 UTC (rev 1033002)
@@ -1,40 +0,0 @@
-# Maintainer: Ivy Foster <[email protected]>
-# Contributor: Alex Szczuczko <alex at szc dot ca>
-# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
-# Contributor: Imanol Celaya <[email protected]>
-
-pkgname=bmake
-pkgver=20210314
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='http://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(65400b068f2b9551eabfc5184adfb6ab53a83adc)
-
-build() {
-       cd bmake
-       ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-       cd bmake
-
-       # Fix directory permissions on install
-       install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
-
-       ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-       rm -rf "$pkgdir/usr/share/man/cat1"
-       install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-
-       head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1033001, 
bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-10-23 22:23:52 UTC (rev 1033002)
@@ -0,0 +1,50 @@
+# Maintainer: Ivy Foster <[email protected]>
+# Contributor: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <[email protected]>
+
+pkgname=bmake
+pkgver=20211001
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+       "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";
+       "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc";
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+       6f28706a067ec98d2de03cdba6b1af072fc718d7
+       SKIP
+)
+# Key seems to be available only from
+# <https://www.crufty.net/help/sjg/bmake.html>
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+       cd bmake
+       ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+       cd bmake
+
+       # Fix directory permissions on install
+       install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
+
+       ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+       rm -rf "$pkgdir/usr/share/man/cat1"
+       install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+
+       head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to