[arch-commits] Commit in nebula/repos/community-x86_64 (PKGBUILD PKGBUILD)
Robin Broda
coderobe at gemini.archlinux.org
Fri Nov 19 00:03:28 UTC 2021
Date: Friday, November 19, 2021 @ 00:03:28
Author: coderobe
Revision: 1052754
archrelease: copy trunk to community-x86_64
Added:
nebula/repos/community-x86_64/PKGBUILD
(from rev 1052753, nebula/trunk/PKGBUILD)
Deleted:
nebula/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-19 00:03:16 UTC (rev 1052753)
+++ PKGBUILD 2021-11-19 00:03:28 UTC (rev 1052754)
@@ -1,45 +0,0 @@
-# Maintainer: Robin Broda <coderobe @ archlinux.org>
-pkgname=nebula
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A scalable overlay networking tool with a focus on performance, simplicity and security'
-arch=('x86_64')
-url='https://github.com/slackhq/nebula'
-license=('MIT')
-depends=()
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('e8d79231f6100a2cd240d6a092d0dcc2bfccadffa83cb40e99b7328f6c75c2ec')
-
-build() {
- cd "${pkgname}-${pkgver}"
-
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
- for bin in nebula{,-cert,-service}
- do go build \
- -ldflags "-X main.Build=${pkgver}" \
- -o "${bin}" "./cmd/${bin}"
- done
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
-
- go test -v ./...
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 dist/arch/nebula.service "${pkgdir}/usr/lib/systemd/system/nebula.service"
-
- for bin in nebula{,-cert,-service}
- do install -Dm755 "${bin}" "${pkgdir}/usr/bin/${bin}"
- done
-}
Copied: nebula/repos/community-x86_64/PKGBUILD (from rev 1052753, nebula/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-19 00:03:28 UTC (rev 1052754)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda <coderobe @ archlinux.org>
+pkgname=nebula
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='A scalable overlay networking tool with a focus on performance, simplicity and security'
+arch=('x86_64')
+url='https://github.com/slackhq/nebula'
+license=('MIT')
+depends=()
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('f67684a8eba6da91de3601afc97567fddd0e198973bba950fcf15cded92cdc50')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+ for bin in nebula{,-cert,-service}
+ do go build \
+ -ldflags "-X main.Build=${pkgver}" \
+ -o "${bin}" "./cmd/${bin}"
+ done
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+
+ go test -v ./...
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 dist/arch/nebula.service "${pkgdir}/usr/lib/systemd/system/nebula.service"
+
+ for bin in nebula{,-cert,-service}
+ do install -Dm755 "${bin}" "${pkgdir}/usr/bin/${bin}"
+ done
+}
More information about the arch-commits
mailing list