[arch-commits] Commit in bmake/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

Ivy Foster escondida at gemini.archlinux.org
Thu Jul 28 21:04:25 UTC 2022


    Date: Thursday, July 28, 2022 @ 21:04:25
  Author: escondida
Revision: 1259030

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-28 21:04:00 UTC (rev 1259029)
+++ PKGBUILD	2022-07-28 21:04:25 UTC (rev 1259030)
@@ -1,48 +0,0 @@
-# Maintainer: Ivy Foster <iff at archlinux.org>
-# Contributor: Alex Szczuczko <alex at szc dot ca>
-# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
-# Contributor: Imanol Celaya <ilcra1989 at gmail.com>
-
-pkgname=bmake
-pkgver=20220418
-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=(
-	f0ed24bd61bd171f495d9ae930e271c46650523e
-	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
-
-	./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"
-	install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-	chmod 755 "$pkgdir/usr/bin"
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1259029, bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-28 21:04:25 UTC (rev 1259030)
@@ -0,0 +1,48 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+# Contributor: Alex Szczuczko <alex at szc dot ca>
+# Contributor: Devin Cofer <ranguvar{AT]archlinux[DOT}us>
+# Contributor: Imanol Celaya <ilcra1989 at gmail.com>
+
+pkgname=bmake
+pkgver=20220726
+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=(
+	07a93f500f6688009767742056eee57518d2fde5
+	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
+
+	./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"
+	install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+	chmod 755 "$pkgdir/usr/bin"
+}



More information about the arch-commits mailing list