Date: Saturday, May 13, 2023 @ 17:12:19
Author: blakkheim
Revision: 1460204
archrelease: copy trunk to community-x86_64
Added:
bmake/repos/community-x86_64/PKGBUILD
(from rev 1460203, 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-05-13 17:11:23 UTC (rev 1460203)
+++ PKGBUILD 2023-05-13 17:12:19 UTC (rev 1460204)
@@ -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=20230414
-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=('29cb1d26aae7de9def92bdaeb3aad4520e89951ce97b2e75f0b89bae1b95399f'
- '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 1460203,
bmake/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-13 17:12:19 UTC (rev 1460204)
@@ -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=20230510
+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=('3510bb41e150591c147e56cf2f1c1e803c3a41c2973d789a61593a3d93ee2d6e'
+ '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/
+}