[arch-commits] Commit in bmake/repos/community-x86_64 (PKGBUILD PKGBUILD)
Ivy Foster
escondida at gemini.archlinux.org
Wed Jan 12 19:05:26 UTC 2022
Date: Wednesday, January 12, 2022 @ 19:05:26
Author: escondida
Revision: 1101721
archrelease: copy trunk to community-x86_64
Added:
bmake/repos/community-x86_64/PKGBUILD
(from rev 1101720, bmake/trunk/PKGBUILD)
Deleted:
bmake/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-12 19:00:30 UTC (rev 1101720)
+++ PKGBUILD 2022-01-12 19:05:26 UTC (rev 1101721)
@@ -1,46 +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=20211221
-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=(
- dbc1e998bd3ddcf535fb79173f4987fc31add40b
- 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
-}
Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1101720, bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-12 19:05:26 UTC (rev 1101721)
@@ -0,0 +1,46 @@
+# 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=20211221
+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=(
+ dbc1e998bd3ddcf535fb79173f4987fc31add40b
+ 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
+}
More information about the arch-commits
mailing list