Date: Sunday, April 23, 2023 @ 23:24:38
Author: blakkheim
Revision: 1448438
archrelease: copy trunk to community-x86_64
Added:
bmake/repos/community-x86_64/PKGBUILD
(from rev 1448437, bmake/trunk/PKGBUILD)
bmake/repos/community-x86_64/keys/
Deleted:
bmake/repos/community-x86_64/PKGBUILD
bmake/repos/community-x86_64/keys/
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-23 23:24:08 UTC (rev 1448437)
+++ PKGBUILD 2023-04-23 23:24:38 UTC (rev 1448438)
@@ -1,30 +0,0 @@
-# Maintainer: Ivy Foster <[email protected]>
-# Maintainer: T.J. Townsend <[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=20230208
-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)
-optdepends=('python: for meta2deps.py script')
-#source=("https://ftp.netbsd.org/pub/NetBSD/misc/sjg/bmake-$pkgver.tar.gz"{,.asc})
-source=("https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz"{,.asc})
-sha256sums=('654c5328fe732691c9fa2e99144431f86dbbaff1376c73ecc40c245b7906b29f'
- 'SKIP')
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
- cd bmake
- ./boot-strap --prefix=/usr op=build
-}
-
-package() {
- cd bmake
- ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1448437,
bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-23 23:24:38 UTC (rev 1448438)
@@ -0,0 +1,30 @@
+# Maintainer: Ivy Foster <[email protected]>
+# Maintainer: T.J. Townsend <[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=20230321
+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)
+optdepends=('python: for meta2deps.py script')
+#source=("https://ftp.netbsd.org/pub/NetBSD/misc/sjg/bmake-$pkgver.tar.gz"{,.asc})
+source=("https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz"{,.asc})
+sha256sums=('ed7d568c08748a2221e19ddc1aebed97dd430ab0c6942304698b1c2363fa8256'
+ 'SKIP')
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+ cd bmake
+ ./boot-strap --prefix=/usr op=build
+}
+
+package() {
+ cd bmake
+ ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}