Date: Sunday, May 7, 2023 @ 20:45:20
Author: wild
Revision: 1459435
archrelease: copy trunk to community-x86_64
Added:
dub/repos/community-x86_64/PKGBUILD
(from rev 1459434, dub/trunk/PKGBUILD)
Deleted:
dub/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 86 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 43 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 20:45:14 UTC (rev 1459434)
+++ PKGBUILD 2023-05-07 20:45:20 UTC (rev 1459435)
@@ -1,43 +0,0 @@
-# Maintainer: Dan Printzell <[email protected]>
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-# Contributor: Mihails Strasuns <[email protected]>
-# Contributor: Moritz Maxeiner <[email protected]>
-
-pkgname=dub
-pkgver=1.32.0
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('x86_64')
-url="https://github.com/dlang/dub"
-license=('MIT')
-groups=('dlang')
-makedepends=('ldc')
-depends=('curl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz")
-sha512sums=('4a1f8f3d5dc2d99d16143a5ac060cb880a4e0c6bbd107a0823fcb59679d72b66ed4529ae228dfd56b467fd80dbc14197aee6937b2f494729e4922b6940d568f5')
-
-build() {
- cd "$pkgname-$pkgver"
-
- GITVER=$pkgver DMD=ldmd2 ldmd2 -run build.d -release -O3 -linker=gold
--flto=thin -link-defaultlib-shared=false -L--build-id
-
- # Build man pages
- bin/dub --single scripts/man/gen_man.d
-}
-
-package() {
- # binaries
- install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
-
- # license
- install -Dm644 "$pkgname-$pkgver/LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
- # bash, fish and zsh completion
- install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash"
"$pkgdir/usr/share/bash-completion/completions/dub"
- install -Dm644 "$pkgname-$pkgver/scripts/fish-completion/dub.fish"
"$pkgdir/usr/share/fish/vendor_completions.d/dub.fish"
- install -Dm644 "$pkgname-$pkgver/scripts/zsh-completion/_dub"
"$pkgdir/usr/share/zsh/site-functions/_dub"
-
- # man pages
- mkdir -p "$pkgdir"/usr/share/man/man1
- cp "$pkgname-$pkgver"/scripts/man/*.1 "$pkgdir"/usr/share/man/man1/
-}
Copied: dub/repos/community-x86_64/PKGBUILD (from rev 1459434,
dub/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-07 20:45:20 UTC (rev 1459435)
@@ -0,0 +1,43 @@
+# Maintainer: Dan Printzell <[email protected]>
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+# Contributor: Mihails Strasuns <[email protected]>
+# Contributor: Moritz Maxeiner <[email protected]>
+
+pkgname=dub
+pkgver=1.32.1
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('x86_64')
+url="https://github.com/dlang/dub"
+license=('MIT')
+groups=('dlang')
+makedepends=('ldc')
+depends=('curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dlang/dub/archive/v$pkgver.tar.gz")
+sha512sums=('6ed022c3b3ee8fbf77da6ee82c6074fb4cca02db187598185cf4340e1fc161cc1f29ac20d73481a69a5b7ab85875cfd6be66fc6582749816a4a531a84cc945cc')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ GITVER=$pkgver DMD=ldmd2 ldmd2 -run build.d -release -O3 -linker=gold
--flto=thin -link-defaultlib-shared=false -L--build-id
+
+ # Build man pages
+ bin/dub --single scripts/man/gen_man.d
+}
+
+package() {
+ # binaries
+ install -Dm755 "$pkgname-$pkgver/bin/dub" "$pkgdir/usr/bin/dub"
+
+ # license
+ install -Dm644 "$pkgname-$pkgver/LICENSE"
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+ # bash, fish and zsh completion
+ install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash"
"$pkgdir/usr/share/bash-completion/completions/dub"
+ install -Dm644 "$pkgname-$pkgver/scripts/fish-completion/dub.fish"
"$pkgdir/usr/share/fish/vendor_completions.d/dub.fish"
+ install -Dm644 "$pkgname-$pkgver/scripts/zsh-completion/_dub"
"$pkgdir/usr/share/zsh/site-functions/_dub"
+
+ # man pages
+ mkdir -p "$pkgdir"/usr/share/man/man1
+ cp "$pkgname-$pkgver"/scripts/man/*.1 "$pkgdir"/usr/share/man/man1/
+}